From 52bd675ce3ab7b610f75ce9083a5b3b37aab5725 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 3 May 2017 20:02:05 +0000 Subject: [PATCH] Meow --- commands/util/help.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/util/help.js b/commands/util/help.js index 24665df6..3ee5ffdb 100644 --- a/commands/util/help.js +++ b/commands/util/help.js @@ -42,8 +42,8 @@ module.exports = class HelpCommand extends Command { return msg.say('Multiple Commands Found. Please be more specific.'); } 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.`); + null, msg.channel.type === 'dm' ? null : undefined, msg.channel.type === 'dm' ? null : undefined + )} to view a list of commands you can use.`); } } else { const embed = new RichEmbed()