diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-01-02 14:32:10 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-01-02 14:32:10 -0500 |
| commit | a3dde2674a3cfc0568ed74a51ba0948cf5559258 (patch) | |
| tree | f5e90245b5a3eb8ae62ba73134814a038314f4f4 /bot_discord.js | |
| parent | dcd4a1ae040862d3bad7d226eee44cd479de2c99 (diff) | |
| download | AleeBot-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.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();
});
|
