This commit is contained in:
Daniel Odendahl Jr
2017-05-03 20:03:05 +00:00
parent a10aff95de
commit 9dd33d46ab
+1 -1
View File
@@ -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()