aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-12-01 16:23:36 -0500
committerAlee14 <Alee14498@gmail.com>2017-12-01 16:23:36 -0500
commit689e12f1e5d47f73f5deda65bc2a6dbd0d8b0a44 (patch)
treec405b0741a94e20a3e8bd019889abd127c45f5d0 /bot.js
parenteaa6535e10ff923b6261aa4c63f2993facc63b06 (diff)
downloadAstralQuote-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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.js b/bot.js
index f418c9e..e627549 100644
--- a/bot.js
+++ b/bot.js
@@ -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') {