diff options
Diffstat (limited to 'src/bot.ts')
| -rw-r--r-- | src/bot.ts | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -32,7 +32,9 @@ client.registry ['fun', 'Fun Command Group'], ['moderation', 'Moderation Command Group'], ['utility', 'Utility Command Group'], - ['voice', 'Voice Command Group'] + ['voice', 'Voice Command Group'], + ['nsfw', 'NSFW Command Group'], + ['anime', 'Anime Command Group'] ]) .registerDefaultGroups() .registerDefaultCommands({ |