summaryrefslogtreecommitdiff
path: root/src/bot.ts
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-23 11:48:22 -0700
committer8cy <[email protected]>2020-04-23 11:48:22 -0700
commit02b211b23bb7f95895c7e7f9dbf16983b13692af (patch)
tree0b92429799ad61cc0f1d676e9be03389c44155a8 /src/bot.ts
parentchange invite link, v.7.3.6 (diff)
downloaddep-core-02b211b23bb7f95895c7e7f9dbf16983b13692af.tar.xz
dep-core-02b211b23bb7f95895c7e7f9dbf16983b13692af.zip
DARLING in the FRANXX, v7.4.0
- add mongo db support - add zero two darling cmd
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 55a417c..b030869 100644
--- a/src/bot.ts
+++ b/src/bot.ts
@@ -35,7 +35,8 @@ client.registry
['voice', 'Voice Command Group'],
['nsfw', 'NSFW Command Group'],
['anime', 'Anime Command Group'],
- ['crypto', 'Crypto Command Group']
+ ['crypto', 'Crypto Command Group'],
+ ['zerotwo', 'Zero Two Command Group']
])
.registerDefaultGroups()
.registerDefaultCommands({
@@ -62,7 +63,7 @@ client.once('ready', () => {
console.log('\x1b[0m' + 'Servers: ' + '\x1b[36m' + `${client.guilds.cache.size}` + '\x1b[0m')
console.log()
- client.user.setActivity('uwu!help | v7.3.6', {
+ client.user.setActivity('uwu!help | v7.4.0', {
type: 'WATCHING'
});
});