@aeroware/aeroclient
v3.6.2
Published
advanced discord.js command handler framework with many extra utilities
Downloads
77
Readme
AeroClient
About
AeroClient is a discord.js framework that focuses on customization. It is fully customizable due to the many options and flags you can set. AeroClient also features something new in discord.js frameworks: middleware.
Docs
The docs for this framework can be found here
Features
- Aliases
- Logger
- Persistable
- Prefixes
- Cooldowns
- Command handling
- Many flags to choose and enable; some are listed below
args
if arguments are requiredguildOnly
if the command can only be executed in a guildhidden
if the command should be hidden from the help command
- Automatic incorrect usage reply
- Many flags to choose and enable; some are listed below
- Extremely powerful argument validation and parsing
- Compile metasyntax
- Validate arguments
- Parse arguments into objects for usage
- Automatic loading
- Events
- Commands
- Custom responses; also listed below
error
when an error occursusage
when the usage is incorrectcooldown
when the cooldown is not over
- Cooldowns
- Default commands and behaviour
setprefix
sets the prefix for the current guildhelp
simple help command
- Middleware
- Stop command execution if needed
- Customize AeroClient behaviour
- Slash commands