From 469c43a6614c2ec8d33dddf6035fc764dcc617b6 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 23 Dec 2020 15:42:42 -0500 Subject: stuff x2 --- bot_discord.js | 1 - 1 file changed, 1 deletion(-) 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(); }); -- cgit v1.2.3