More fixes

This commit is contained in:
Andrew Lee 2017-10-21 16:10:52 -04:00
parent 9fc10c767a
commit fb04a1290c

View file

@ -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,