Cleaner help

This commit is contained in:
Dragon Fire
2024-03-30 17:06:33 -04:00
parent 0b69d5ab9b
commit d2b4a5e1c1
-1
View File
@@ -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}\`)