diff options
| author | Alee <alee14498@protonmail.com> | 2020-01-04 00:03:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-04 00:03:29 -0500 |
| commit | 671f0bd1f997ae2c798703e1700b92a9dcc79acb (patch) | |
| tree | 39584ca9be32448f8825665ec797f53eaf6b9a1e /bot_discord.js | |
| parent | cc3bcfa137fcab337e509b380784fbe7ed6bb240 (diff) | |
| parent | 9519602e73a53931be10438dcd990becea7989d9 (diff) | |
| download | AleeBot-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.js | 2 |
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();
});
|
