Update help command to use buttons & text input

also, move messages / "custom commands" to JSON file
This commit is contained in:
spiral 2021-07-16 19:35:06 -04:00
parent c096deb1d0
commit a4892d854b
No known key found for this signature in database
GPG key ID: A6059F0CA0E1BD31
18 changed files with 396 additions and 691 deletions

View file

@ -1,10 +1,7 @@
const CommandCategory = {
MODERATION: 'moderation',
ADMINISTRATION: 'administration',
BOT_MANAGEMENT: 'bot_management',
FUN: 'fun',
INFO: 'info',
ROLE: 'role',
RESOURCE: 'resource'
};