mirror of
https://github.com/Alee14/AleeBot.git
synced 2025-01-23 11:41:51 -05:00
Updates on ab:help
This commit is contained in:
parent
fe8856c4a7
commit
a095b2d10c
1 changed files with 1 additions and 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)
|
||||
|
|
Loading…
Add table
Reference in a new issue