diff options
| author | Unknown <Alee14498@gmail.com> | 2017-08-14 00:38:35 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-08-14 00:38:35 -0400 |
| commit | a095b2d10c7b8562f24f9faa325e11d7bd35a885 (patch) | |
| tree | 28bfca583e9e817d8495aabfb5d371d94d8bea60 /aleebot.js | |
| parent | fe8856c4a792813ff3374538de3acde7426a4b7b (diff) | |
| download | AleeBot-a095b2d10c7b8562f24f9faa325e11d7bd35a885.tar.gz AleeBot-a095b2d10c7b8562f24f9faa325e11d7bd35a885.tar.bz2 AleeBot-a095b2d10c7b8562f24f9faa325e11d7bd35a885.zip | |
Updates on ab:help
Diffstat (limited to 'aleebot.js')
| -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) |
