summaryrefslogtreecommitdiff
path: root/src/bot.ts
diff options
context:
space:
mode:
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'
});
});