summaryrefslogtreecommitdiff
path: root/src/bot.ts
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-23 03:06:16 -0700
committer8cy <[email protected]>2020-04-23 03:06:16 -0700
commitc7d61abdce08a89fbef2ec62779d8f1481f6df64 (patch)
treed531d580f907ee15b8165e065bff77c82a964cff /src/bot.ts
parentadd invite cmd, v.7.3.5 (diff)
downloaddep-core-c7d61abdce08a89fbef2ec62779d8f1481f6df64.tar.xz
dep-core-c7d61abdce08a89fbef2ec62779d8f1481f6df64.zip
change invite link, v.7.3.6
Diffstat (limited to 'src/bot.ts')
-rw-r--r--src/bot.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bot.ts b/src/bot.ts
index e24a4b7..55a417c 100644
--- a/src/bot.ts
+++ b/src/bot.ts
@@ -62,7 +62,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.5', {
+ client.user.setActivity('uwu!help | v7.3.6', {
type: 'WATCHING'
});
});