diff options
| author | Unknown <Alee14498@gmail.com> | 2017-08-23 17:47:25 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-08-23 17:47:25 -0400 |
| commit | 237cc08e11a9dcf6065e0c5d1bd584e59b6bf5ee (patch) | |
| tree | 609282bddf2056177a963fcc21ae2fe98f5a1983 /commands/help.js | |
| parent | 9f48eaee5732dcf618d2d7cc2dc09c1c729e9726 (diff) | |
| download | AleeBot-237cc08e11a9dcf6065e0c5d1bd584e59b6bf5ee.tar.gz AleeBot-237cc08e11a9dcf6065e0c5d1bd584e59b6bf5ee.tar.bz2 AleeBot-237cc08e11a9dcf6065e0c5d1bd584e59b6bf5ee.zip | |
Updates on Readme and adding contributing to AleeBot
Diffstat (limited to 'commands/help.js')
| -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 e9384de..da83fe7 100644 --- a/commands/help.js +++ b/commands/help.js @@ -8,7 +8,7 @@ var embed = new Discord.RichEmbed() .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('Info:', 'userinfo\nserverinfo',true) + .addField('Info:', 'userinfo\n',true) .addField('Link:', 'botinvite\nserverinvite\ngit',true) .addField('Owner Only:', 'say\neval',true) .addField('Monitor:', 'ping\nuptime',true) |
