summaryrefslogtreecommitdiff
path: root/src/bot.ts
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-23 02:11:00 -0700
committer8cy <[email protected]>2020-04-23 02:11:00 -0700
commit5ac7d3481b6c72732c941b7c8908376d1f13d16c (patch)
tree7319b9aecefdf9da875fc2fb286fb2ee30714b2f /src/bot.ts
parentformatting, v7.3.2 (diff)
downloaddep-core-5ac7d3481b6c72732c941b7c8908376d1f13d16c.tar.xz
dep-core-5ac7d3481b6c72732c941b7c8908376d1f13d16c.zip
remove nek, add clientid, v7.3.3
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 1304881..56a0e92 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.2', {
+ client.user.setActivity('uwu!help | v7.3.3', {
type: 'WATCHING'
});
});