From 689e12f1e5d47f73f5deda65bc2a6dbd0d8b0a44 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Fri, 1 Dec 2017 16:23:36 -0500 Subject: Removed suggestaquote from the help command --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot.js') 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') { -- cgit v1.2.3