mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-09 09:12:07 +02:00
This Spready thing in Help Command
This commit is contained in:
@@ -39,7 +39,7 @@ module.exports = class HelpCommand extends Command {
|
||||
${commands[0].details || ''}
|
||||
`);
|
||||
} else if(commands.length > 1) {
|
||||
return msg.say('Multiple Commands Found. Please be more specific.');
|
||||
return msg.say(`Multiple Commands Found. Please be more specific: ${commands.map(c => `"${c.name}"`).join(', ')}`);
|
||||
} else {
|
||||
return msg.say(`Could not identify command. Use ${msg.usage(null)} to view a list of commands you can use.`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user