diff options
| author | 8cy <[email protected]> | 2020-04-23 19:06:09 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-23 19:06:09 -0700 |
| commit | 8a2c9df3fd75a08d2b4acabe0b3a6bd62da22b34 (patch) | |
| tree | 08e8b18aebae0b3836de94484185fabb14a860e8 /src/bot.ts | |
| parent | change mongdburl to mlab, v7.4.2 (diff) | |
| download | dep-core-8a2c9df3fd75a08d2b4acabe0b3a6bd62da22b34.tar.xz dep-core-8a2c9df3fd75a08d2b4acabe0b3a6bd62da22b34.zip | |
shift groups around, new mod cmds, v7.5.0
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({ |