mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 11:21:16 +02:00
Meow
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user