From 9dd33d46abde26a178f2042b9d5a4117d118caa6 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 3 May 2017 20:03:05 +0000 Subject: [PATCH] Meow --- commands/util/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/util/help.js b/commands/util/help.js index 3ee5ffdb..40df700e 100644 --- a/commands/util/help.js +++ b/commands/util/help.js @@ -43,7 +43,7 @@ module.exports = class HelpCommand extends Command { } else { return msg.say(`Could not identify command. Use ${msg.usage( null, msg.channel.type === 'dm' ? null : undefined, msg.channel.type === 'dm' ? null : undefined - )} to view a list of commands you can use.`); + )} to view a list of commands you can use.`); } } else { const embed = new RichEmbed()