diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-12-01 16:23:36 -0500 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-12-01 16:23:36 -0500 |
| commit | 689e12f1e5d47f73f5deda65bc2a6dbd0d8b0a44 (patch) | |
| tree | c405b0741a94e20a3e8bd019889abd127c45f5d0 /bot.js | |
| parent | eaa6535e10ff923b6261aa4c63f2993facc63b06 (diff) | |
| download | AstralQuote-ATC-689e12f1e5d47f73f5deda65bc2a6dbd0d8b0a44.tar.gz AstralQuote-ATC-689e12f1e5d47f73f5deda65bc2a6dbd0d8b0a44.tar.bz2 AstralQuote-ATC-689e12f1e5d47f73f5deda65bc2a6dbd0d8b0a44.zip | |
Removed suggestaquote from the help command
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -415,7 +415,7 @@ client.on('message', message => { .setColor("#939d45") .addField("- General Commands", "ping\npong\ninvitebot\nreboot\npoweroff", true) .addField("- Info Commands", "copyright\ncontribute\ninformation") - .addField("- Quote Commands", "quoteoftheday\nforcequote\nsuggestaquote", true) + .addField("- Quote Commands", "quoteoftheday\nforcequote", true) .setFooter("AstralQuote Copyright 2017.") message.channel.send(embed); } else if (command === 'oldhelp') { |
