diff options
| author | Unknown <Alee14498@gmail.com> | 2017-10-21 16:10:52 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-10-21 16:10:52 -0400 |
| commit | fb04a1290c015a68585e2e13a13ee82249facb28 (patch) | |
| tree | b404727a26ce5080b0c5df76f760a19b78632fc6 /src | |
| parent | 9fc10c767a154fe148926fbe36c7e89033f4b40c (diff) | |
| download | AleeBot-fb04a1290c015a68585e2e13a13ee82249facb28.tar.gz AleeBot-fb04a1290c015a68585e2e13a13ee82249facb28.tar.bz2 AleeBot-fb04a1290c015a68585e2e13a13ee82249facb28.zip | |
More fixes
Diffstat (limited to 'src')
| -rw-r--r-- | src/bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ const config = require('./absettings.json'); client.on('ready', () => { console.log("[>] AleeBot is now ready!") - console.log("Running version " + abVersion + `and in ${client.guilds.size} guilds`) + console.log("Running version " + abVersion + ` and in ${client.guilds.size} guilds`) client.user.setPresence({ game: { name: 'with version ' + abVersion, |
