From fe8856c4a792813ff3374538de3acde7426a4b7b Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 14 Aug 2017 00:36:43 -0400 Subject: Updates on ab:help --- aleebot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aleebot.js') diff --git a/aleebot.js b/aleebot.js index 6b0659b..057c835 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