From fb04a1290c015a68585e2e13a13ee82249facb28 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 21 Oct 2017 16:10:52 -0400 Subject: More fixes --- src/bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bot.js') diff --git a/src/bot.js b/src/bot.js index 0107e72..332f076 100644 --- a/src/bot.js +++ b/src/bot.js @@ -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, -- cgit v1.2.3