diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-11-08 20:12:01 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-08 20:12:01 -0500 |
| commit | 1fac1c1eedcef388b00b2949ec8963fc91370d50 (patch) | |
| tree | b55a47d895356cde562841da66f64f2f487edc42 /commands | |
| parent | af39f79d634aa2531b7e0dc386118c1e0d3a760a (diff) | |
| download | AleeBot-1fac1c1eedcef388b00b2949ec8963fc91370d50.tar.gz AleeBot-1fac1c1eedcef388b00b2949ec8963fc91370d50.tar.bz2 AleeBot-1fac1c1eedcef388b00b2949ec8963fc91370d50.zip | |
Update help.js
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/help.js | 2 |
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) |
