diff options
| author | 8cy <[email protected]> | 2020-04-17 02:21:36 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-17 02:21:36 -0700 |
| commit | b377c28dc5f0df933ec5d96edd62bc1e3db8af62 (patch) | |
| tree | 4a89fbd8a63f2a68fa916685094e2f4bdaacf26d /src/bot.ts | |
| parent | add missing +, v7.0.1 (diff) | |
| download | dep-core-b377c28dc5f0df933ec5d96edd62bc1e3db8af62.tar.xz dep-core-b377c28dc5f0df933ec5d96edd62bc1e3db8af62.zip | |
add anime cmd group, v7.1.0
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({ |