From 4bad937c7fcb1c35b28d6e806c69f129f969447e Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 21 Oct 2017 16:12:53 -0400 Subject: Added a [i] symbol --- src/bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/bot.js b/src/bot.js index 332f076..608fd3e 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("[i] Running version " + abVersion + ` and in ${client.guilds.size} guilds`) client.user.setPresence({ game: { name: 'with version ' + abVersion, -- cgit v1.2.3