From 99c3d230553383abc21b0e992ccaa6e361ed6b62 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 23 Jul 2020 19:27:59 -0400 Subject: Removed afk and some cleanup --- bot.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bot.js b/bot.js index c5b932e..338d793 100644 --- a/bot.js +++ b/bot.js @@ -84,9 +84,7 @@ bot.on('ready', () => { name: `Music | ${config.prefix}help` }, status: 'online', - afk: false, - }).then(presence => console.log(`Activity set to "${presence.activities[0].name}"`)) - .catch(console.error); + }).then(presence => console.log(`Activity set to "${presence.activities[0].name}"`)).catch(console.error); const readyEmbed = new Discord.MessageEmbed() .setAuthor(`${bot.user.username}`, bot.user.avatarURL()) -- cgit v1.2.3