This commit is contained in:
Daniel Odendahl Jr
2017-11-08 12:28:00 +00:00
parent 5c0d24571c
commit a0a3cdd721
+2
View File
@@ -34,6 +34,8 @@ module.exports = class HelpCommand extends Command {
**Format**: ${msg.anyUsage(`${data.name} ${data.format || ''}`)}
**Aliases**: ${data.aliases.join(', ') || 'None'}
**Group**: ${data.group.name} (\`${data.groupID}:${data.memberName}\`)
**Examples**:
${data.examples.join('\n') || 'None'}
`);
} else if (commands.length > 1) {
return msg.say(`Multiple commands found: ${commands.map(cmd => cmd.name).join(', ')}`);