mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 15:56:52 +02:00
Cleaner help
This commit is contained in:
@@ -72,7 +72,6 @@ module.exports = class HelpCommand extends Command {
|
||||
|
||||
**Flags:**
|
||||
${command.flags.length ? command.flags.map(flag => `--${flag.key} (${flag.description})`).join('\n') : 'None'}
|
||||
|
||||
**Format:** ${command.usage(command.format || '')}
|
||||
**Aliases:** ${command.aliases.join(', ') || 'None'}
|
||||
**Group:** ${command.group.name} (\`${command.groupID}:${command.memberName}\`)
|
||||
|
||||
Reference in New Issue
Block a user