summaryrefslogtreecommitdiff
path: root/src/bot.ts
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-18 04:49:52 -0700
committer8cy <[email protected]>2020-04-18 04:49:52 -0700
commit7391135125ee1c9abcb142bc00f8d7b0df140254 (patch)
treee50434b4e8c67a5408841d65c48cf208bcde4a13 /src/bot.ts
parentupdate node packages (diff)
downloaddep-core-7391135125ee1c9abcb142bc00f8d7b0df140254.tar.xz
dep-core-7391135125ee1c9abcb142bc00f8d7b0df140254.zip
change case in 8ball + add coinflip, v7.1.2
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 17f1b3f..2c67e18 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.1.1', {
+ client.user.setActivity('uwu!help | v7.1.2', {
type: 'WATCHING'
});
});