diff options
| author | Unknown <Alee14498@gmail.com> | 2017-09-01 21:07:28 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-09-01 21:07:28 -0400 |
| commit | 6d283a78fb355a4c5f39f2778b8c9d300fad35a1 (patch) | |
| tree | ca0e4af7810e46ec66f5f12810770c8517be4f94 | |
| parent | 8e662d695129421b7647df52c1d5cf542ff5eede (diff) | |
| download | AleeBot-6d283a78fb355a4c5f39f2778b8c9d300fad35a1.tar.gz AleeBot-6d283a78fb355a4c5f39f2778b8c9d300fad35a1.tar.bz2 AleeBot-6d283a78fb355a4c5f39f2778b8c9d300fad35a1.zip | |
Updates on console
| -rw-r--r-- | aleebot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ fs.readdir('./commands/', (err, files) => { client.on('ready', () => { - log("[>] AleeBot is now ready! Running version " + abversion + "!"); + log(`[>] AleeBot is now ready! Running version ${abversion} in ${client.guilds.size} guilds!`); client.user.setPresence({ game: { name: 'with version ' + abversion + '', |
