diff options
| author | Unknown <Alee14498@gmail.com> | 2017-08-14 00:36:43 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-08-14 00:36:43 -0400 |
| commit | fe8856c4a792813ff3374538de3acde7426a4b7b (patch) | |
| tree | d36b6f7b182568f3ca39fd07250fb9870572f784 | |
| parent | be5729510cb62775fe4cf304b5fea711ed1c9674 (diff) | |
| download | AleeBot-fe8856c4a792813ff3374538de3acde7426a4b7b.tar.gz AleeBot-fe8856c4a792813ff3374538de3acde7426a4b7b.tar.bz2 AleeBot-fe8856c4a792813ff3374538de3acde7426a4b7b.zip | |
Updates on ab:help
| -rw-r--r-- | aleebot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
