summaryrefslogtreecommitdiff
path: root/src/bot.ts
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-23 19:06:09 -0700
committer8cy <[email protected]>2020-04-23 19:06:09 -0700
commit8a2c9df3fd75a08d2b4acabe0b3a6bd62da22b34 (patch)
tree08e8b18aebae0b3836de94484185fabb14a860e8 /src/bot.ts
parentchange mongdburl to mlab, v7.4.2 (diff)
downloaddep-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.ts5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bot.ts b/src/bot.ts
index b0a28e8..d23c625 100644
--- a/src/bot.ts
+++ b/src/bot.ts
@@ -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({