diff options
| author | 8cy <[email protected]> | 2020-04-12 19:34:00 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-12 19:34:00 -0700 |
| commit | a860673b5af614443be5cec4f6522cf204543cd3 (patch) | |
| tree | 36da511311fe486c10b8ec6eda81496b227060cc /bot.js | |
| parent | set activity to help instead of play, v1.0.1 (diff) | |
| download | minecraftsoundtrackbot-a860673b5af614443be5cec4f6522cf204543cd3.tar.xz minecraftsoundtrackbot-a860673b5af614443be5cec4f6522cf204543cd3.zip | |
formatting and wording, v1.1.0
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ client.registry client.once('ready', () => { console.log(`Started bot: ${client.user.tag} (ID: ${client.user.id})\nCurrently running on ${client.guilds.cache.size} server(s).`); - client.user.setActivity('msb!h | v1.0.1', { + client.user.setActivity('msb!h | v1.1.0', { type: 'LISTENING' }); //client.channels.cache.get('600773421525237781').send('bot started up'); |