Updates on ab:help

This commit is contained in:
Andrew Lee 2017-08-14 00:38:35 -04:00
parent fe8856c4a7
commit a095b2d10c

View file

@ -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)