Current Features





- 100% Command Based
- Overwrites Corebots Offical CommandHandler
- Add unlimited custom aliases for any Corebot Command
- Supports Any Addon that uses Corebot's Command Handler
- Supports ALL default commands
- Supports Default Aliases (from commands.yml and addons)


YAML:
RequiredRole: "@everyone"
DeleteResponse: 5000
DeleteUserMessage: true
# Set to false for no delete
Commands:
SetAlias:
Name: setalias
Usage: setalias <command> <aliases>
Description: Set bonus aliases for commands without having to reboot the bot
Aliases: []
Type: admin
Embeds:
AliasesUpdated:
Title: Command Aliases Updated
Description: "{user-mention} I successfully updated the aliases for the command
**{cmd-name}**."
Fields:
- name: Changes
value: " ```{cmd-aliases-old}``` **->** ```{cmd-aliases-new}```"
inline: true
Footer: You can now run this command using any alias