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()