diff options
| author | 8cy <[email protected]> | 2020-04-18 04:56:42 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-18 04:56:42 -0700 |
| commit | 5c3422ece3f30625e227fafe1f1a2df6abe4e822 (patch) | |
| tree | c7df9047764a8b250ad00028f0bda48835b23078 /dist/bot.js | |
| parent | change case in 8ball + add coinflip, v7.1.2 (diff) | |
| download | dep-core-5c3422ece3f30625e227fafe1f1a2df6abe4e822.tar.xz dep-core-5c3422ece3f30625e227fafe1f1a2df6abe4e822.zip | |
update coinflip, v7.1.3
coin flip icon was pointed to a svg by accident. also changed embed title text.
Diffstat (limited to 'dist/bot.js')
| -rw-r--r-- | dist/bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/bot.js b/dist/bot.js index 57e745e..5ff5b14 100644 --- a/dist/bot.js +++ b/dist/bot.js @@ -69,7 +69,7 @@ client.once('ready', () => { console.log('\x1b[0m' + 'ID: ' + '\x1b[36m' + `${(_b = client.user) === null || _b === void 0 ? void 0 : _b.id}`); console.log('\x1b[0m' + 'Servers: ' + '\x1b[36m' + `${client.guilds.cache.size}` + '\x1b[0m'); console.log(); - client.user.setActivity('uwu!help | v7.1.2', { + client.user.setActivity('uwu!help | v7.1.3', { type: 'WATCHING' }); }); |