From f111e4bf6c2714d3dcf3ab321c60916d30ab0c17 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 14 Aug 2017 18:17:47 -0400 Subject: Fixes --- aleebot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aleebot.js b/aleebot.js index 0b1bedc..01c72a2 100644 --- a/aleebot.js +++ b/aleebot.js @@ -95,7 +95,7 @@ client.on("message", function(message){ if (command === 'help'){ var embed = new Discord.RichEmbed() - .setTitle(`Commands for AleeBot ` + abversion + `and running on ${client.guilds.size}`) + .setTitle(`Commands for AleeBot ` + abversion + ` and running on ${client.guilds.size} servers.`) .setDescription('Every command you put in this bot must start with '+ prefix) .addField('Fun Stuff:', 'attack\nask\nship',true) .addField('Info:', 'userinfo\nserverinfo',true) -- cgit v1.2.3