From 02b211b23bb7f95895c7e7f9dbf16983b13692af Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Thu, 23 Apr 2020 11:48:22 -0700 Subject: DARLING in the FRANXX, v7.4.0 - add mongo db support - add zero two darling cmd --- src/bot.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/bot.ts') 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' }); }); -- cgit v1.2.3