diff options
Diffstat (limited to 'src/bot.ts')
| -rw-r--r-- | src/bot.ts | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -29,7 +29,11 @@ client.registry ['crypto', 'Crypto Command Group'], ['zerotwo', 'Zero Two Command Group'], ['bot', 'Bot COmmand Group'], - ['user', 'User Command Group'] + ['user', 'User Command Group'], + ['utility', 'Utility Command Group'], + ['minecraft', 'Minecraft Command Group'], + ['animals', 'Animal Command Group'], + ['roleplay', 'Roleplay Command Group'] ]) .registerDefaultGroups() .registerDefaultCommands({ |