diff options
Diffstat (limited to 'bot_discord.js')
| -rw-r--r-- | bot_discord.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot_discord.js b/bot_discord.js index 5de4685..e0f94a1 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -210,6 +210,7 @@ client.on('ready', () => { });
}, 200000);
client.user.setStatus('online');
+ client.channels.find('id', '606602551634296968').send("**AleeBot Status:** AleeBot has started.");
rl.prompt();
});
|
