aboutsummaryrefslogtreecommitdiff
path: root/bot_discord.js
diff options
context:
space:
mode:
authorAlee <alee14498@protonmail.com>2020-01-04 00:03:29 -0500
committerGitHub <noreply@github.com>2020-01-04 00:03:29 -0500
commit671f0bd1f997ae2c798703e1700b92a9dcc79acb (patch)
tree39584ca9be32448f8825665ec797f53eaf6b9a1e /bot_discord.js
parentcc3bcfa137fcab337e509b380784fbe7ed6bb240 (diff)
parent9519602e73a53931be10438dcd990becea7989d9 (diff)
downloadAleeBot-671f0bd1f997ae2c798703e1700b92a9dcc79acb.tar.gz
AleeBot-671f0bd1f997ae2c798703e1700b92a9dcc79acb.tar.bz2
AleeBot-671f0bd1f997ae2c798703e1700b92a9dcc79acb.zip
Merge pull request #22 from aleeproductions/master
Updating branch
Diffstat (limited to '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();
});