From 1fac1c1eedcef388b00b2949ec8963fc91370d50 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Wed, 8 Nov 2017 20:12:01 -0500 Subject: Update help.js --- commands/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/help.js') 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) -- cgit v1.2.3