aboutsummaryrefslogtreecommitdiff
path: root/bot_discord.js
diff options
context:
space:
mode:
Diffstat (limited to 'bot_discord.js')
-rw-r--r--bot_discord.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot_discord.js b/bot_discord.js
index dd55742..02fe670 100644
--- a/bot_discord.js
+++ b/bot_discord.js
@@ -273,7 +273,6 @@ client.on('ready', () => {
if (!statusChannel) return console.error('The status channel does not exist! Skipping.');
statusChannel.send(readyEmbed);
}
- client.user.setStatus('online');
rl.prompt();
});