From c3c0206f777712e4bcac1cf91fad53a48d8ee0f9 Mon Sep 17 00:00:00 2001 From: s1n <50817549+8cy@users.noreply.github.com> Date: Sun, 12 Apr 2020 06:23:08 -0700 Subject: set activity to help instead of play, v1.0.1 --- bot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot.js b/bot.js index 43fb9a4..3a2fa7b 100644 --- a/bot.js +++ b/bot.js @@ -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!p | v1.0.0', { + client.user.setActivity('msb!h | v1.0.1', { type: 'LISTENING' }); //client.channels.cache.get('600773421525237781').send('bot started up'); @@ -61,4 +61,4 @@ client.on('message', async msg => { } }); -client.login(config['secret']); \ No newline at end of file +client.login(config['secret']); -- cgit v1.2.3