From a095b2d10c7b8562f24f9faa325e11d7bd35a885 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 14 Aug 2017 00:38:35 -0400 Subject: Updates on ab:help --- aleebot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aleebot.js b/aleebot.js index 057c835..64d08d2 100644 --- a/aleebot.js +++ b/aleebot.js @@ -106,7 +106,7 @@ client.on("message", function(message){ if (command === 'help'){ var embed = new Discord.RichEmbed() .setTitle('Commands for AleeBot ' + abversion ) - .setDescription('Every command you put in this bot must start with '+ prefix +'.') + .setDescription('Every command you put in this bot must start with '+ prefix) .addField('Fun Stuff:', 'attack\nask\nship',true) .addField('Info:', 'userinfo\nserverinfo',true) .addField('Link:', 'botinvite\nserverinvite\ngit',true) -- cgit v1.2.3