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