aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
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') {