diff options
| author | Alee <alee14498@gmail.com> | 2018-04-16 11:17:29 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-16 11:17:29 -0400 |
| commit | 244529297a023fd49f113fa3ef73eeb54da65ce1 (patch) | |
| tree | da34343314699484f7e49eed6807f0ace2ab6def /bot_discord.js | |
| parent | 91ff27907218d029ad66d6479decd9a81ed9b3b5 (diff) | |
| download | AleeBot-244529297a023fd49f113fa3ef73eeb54da65ce1.tar.gz AleeBot-244529297a023fd49f113fa3ef73eeb54da65ce1.tar.bz2 AleeBot-244529297a023fd49f113fa3ef73eeb54da65ce1.zip | |
More changes in the read event
Diffstat (limited to 'bot_discord.js')
| -rw-r--r-- | bot_discord.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bot_discord.js b/bot_discord.js index 7c041c2..3484427 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -79,6 +79,9 @@ fs.readdir('./commands', (err, files) => { client.on('ready', () => {
log('[>] AleeBot is now ready!');
+ log(`[i] Logged in as ${client.user.tag}`);
+ log(`[i] Bot ID: ${client.user.id}`);
+ log(`[i] Token: ${config.abtoken}`);
log('[i] Running version ' + abVersion + ` and in ${client.guilds.size} guilds`);
client.setInterval(function() {
|
