summaryrefslogtreecommitdiff
path: root/bot_discord.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-12-23 15:42:42 -0500
committerAndrew Lee <alee14498@protonmail.com>2020-12-23 15:42:42 -0500
commit469c43a6614c2ec8d33dddf6035fc764dcc617b6 (patch)
tree97905309d018464f3176d2d29dfa64cf6add1b57 /bot_discord.js
parent88ce064b5b42d33031e2c4c2a4e019e99ba7ff70 (diff)
downloadAleeBot-469c43a6614c2ec8d33dddf6035fc764dcc617b6.tar.gz
AleeBot-469c43a6614c2ec8d33dddf6035fc764dcc617b6.tar.bz2
AleeBot-469c43a6614c2ec8d33dddf6035fc764dcc617b6.zip
stuff x2
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();
});