aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2020-01-03 01:41:56 -0500
committerGitHub <noreply@github.com>2020-01-03 01:41:56 -0500
commit41971a1b3a7023dfda39d73932f25e91c5d9b49b (patch)
tree293896633247712b1ec8012276396e6076ed6131
parentc6ef47b7e27488082b34bc6561936b4c08ea53b3 (diff)
downloadAleeBot-41971a1b3a7023dfda39d73932f25e91c5d9b49b.tar.gz
AleeBot-41971a1b3a7023dfda39d73932f25e91c5d9b49b.tar.bz2
AleeBot-41971a1b3a7023dfda39d73932f25e91c5d9b49b.zip
Update bot_discord.js
-rw-r--r--bot_discord.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot_discord.js b/bot_discord.js
index e0f94a1..e8d18e1 100644
--- a/bot_discord.js
+++ b/bot_discord.js
@@ -210,7 +210,7 @@ client.on('ready', () => {
});
}, 200000);
client.user.setStatus('online');
- client.channels.find('id', '606602551634296968').send("**AleeBot Status:** AleeBot has started.");
+ //client.channels.find('id', '606602551634296968').send("**AleeBot Status:** AleeBot has started.");
rl.prompt();
});