From a3dde2674a3cfc0568ed74a51ba0948cf5559258 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 2 Jan 2020 14:32:10 -0500 Subject: Service status, updating readme files --- bot_discord.js | 1 + 1 file changed, 1 insertion(+) (limited to 'bot_discord.js') 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(); }); -- cgit v1.2.3