diff options
| author | 8cy <[email protected]> | 2020-04-21 10:54:46 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-21 10:54:46 -0700 |
| commit | d3323ae5ba9903e16af4cf6cd8cb71918a4d6d46 (patch) | |
| tree | cc6f90f826404899a583b3db41b1200c732d6ef9 /src/bot.ts | |
| parent | remove npm scripts, add version cmd, v7.3.1 (diff) | |
| download | dep-core-d3323ae5ba9903e16af4cf6cd8cb71918a4d6d46.tar.xz dep-core-d3323ae5ba9903e16af4cf6cd8cb71918a4d6d46.zip | |
formatting, v7.3.2
Diffstat (limited to 'src/bot.ts')
| -rw-r--r-- | src/bot.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.1', { + client.user.setActivity('uwu!help | v7.3.2', { type: 'WATCHING' }); }); |