This commit is contained in:
Daniel Odendahl Jr
2017-05-03 20:02:05 +00:00
parent 29f7aebd55
commit 52bd675ce3
+2 -2
View File
@@ -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()