aboutsummaryrefslogtreecommitdiff
path: root/bot_discord.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-01-02 14:32:10 -0500
committerAndrew Lee <alee14498@protonmail.com>2020-01-02 14:32:10 -0500
commita3dde2674a3cfc0568ed74a51ba0948cf5559258 (patch)
treef5e90245b5a3eb8ae62ba73134814a038314f4f4 /bot_discord.js
parentdcd4a1ae040862d3bad7d226eee44cd479de2c99 (diff)
downloadAleeBot-a3dde2674a3cfc0568ed74a51ba0948cf5559258.tar.gz
AleeBot-a3dde2674a3cfc0568ed74a51ba0948cf5559258.tar.bz2
AleeBot-a3dde2674a3cfc0568ed74a51ba0948cf5559258.zip
Service status, updating readme files
Diffstat (limited to 'bot_discord.js')
-rw-r--r--bot_discord.js1
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();
});