aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/help.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/help.js b/commands/help.js
index da83fe7..bc6ace5 100644
--- a/commands/help.js
+++ b/commands/help.js
@@ -7,7 +7,7 @@ var embed = new Discord.RichEmbed()
.setTitle(`Commands for AleeBot ` + abversion + ` and running on ${client.guilds.size} servers.`)
.setDescription('Every command you put in this bot must start with `ab:`')
.setThumbnail("https://cdn.discordapp.com/avatars/282547024547545109/6c147a444ae328c38145ef1f74169e38.png?size=2048")
- .addField('Fun Stuff:', 'attack\nask\nship',true)
+ .addField('Fun Stuff:', 'ask\nship',true)
.addField('Info:', 'userinfo\n',true)
.addField('Link:', 'botinvite\nserverinvite\ngit',true)
.addField('Owner Only:', 'say\neval',true)