diff options
Diffstat (limited to 'src/bot.ts')
| -rw-r--r-- | src/bot.ts | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -31,12 +31,13 @@ client.registry .registerGroups([ ['fun', 'Fun Command Group'], ['moderation', 'Moderation Command Group'], - ['utility', 'Utility Command Group'], + ['server', 'Server Command Group'], ['voice', 'Voice Command Group'], ['nsfw', 'NSFW Command Group'], ['anime', 'Anime Command Group'], ['crypto', 'Crypto Command Group'], - ['zerotwo', 'Zero Two Command Group'] + ['zerotwo', 'Zero Two Command Group'], + ['bot', 'Bot COmmand Group'] ]) .registerDefaultGroups() .registerDefaultCommands({ |