diff options
| author | 8cy <[email protected]> | 2020-04-16 05:05:29 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-16 05:05:29 -0700 |
| commit | 1bdc50f73b4b3479734189d6097dba7a5a309280 (patch) | |
| tree | 5abefb576de1b6c1d35809b50c1192322cf9ac7b /src/bot.ts | |
| parent | The Purification, v7.0.0 (diff) | |
| download | dep-core-1bdc50f73b4b3479734189d6097dba7a5a309280.tar.xz dep-core-1bdc50f73b4b3479734189d6097dba7a5a309280.zip | |
add missing +, v7.0.1
Diffstat (limited to 'src/bot.ts')
| -rw-r--r-- | src/bot.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ client.once('ready', () => { console.log('Servers:', `${client.guilds.cache.size}`) console.log() - client.user.setActivity('uwu!help | v7.0.0', { + client.user.setActivity('uwu!help | v7.0.1', { type: 'WATCHING' }); }); |