diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-12-23 15:41:59 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-12-23 15:41:59 -0500 |
| commit | 88ce064b5b42d33031e2c4c2a4e019e99ba7ff70 (patch) | |
| tree | 9891ac59bcf31d831aaa66e40daf45d36bbcc0f6 | |
| parent | e4cde02e1e1b637858fd446fba4883ff1bad498d (diff) | |
| download | AleeBot-88ce064b5b42d33031e2c4c2a4e019e99ba7ff70.tar.gz AleeBot-88ce064b5b42d33031e2c4c2a4e019e99ba7ff70.tar.bz2 AleeBot-88ce064b5b42d33031e2c4c2a4e019e99ba7ff70.zip | |
stuff
| -rw-r--r-- | bot_discord.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot_discord.js b/bot_discord.js index 5d33959..dd55742 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -263,7 +263,6 @@ client.on('ready', () => { afk: false, }); }, 200000); - client.user.setStatus('online'); if (readyEmbedMessage === true) { const readyEmbed = new Discord.MessageEmbed() .setAuthor('AleeBot Status', client.user.avatarURL()) |
