mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 13:56:43 +02:00
Add examples
This commit is contained in:
@@ -75,6 +75,7 @@ module.exports = class HelpCommand extends Command {
|
||||
cmdHelpText += `**Flags:**\n${flags}\n`;
|
||||
}
|
||||
cmdHelpText += `**Format:** ${command.usage()}\n`;
|
||||
cmdHelpText += `**Example:** ${command.example(msg)}\n`;
|
||||
if (command.aliases.length) cmdHelpText += `**Aliases:** ${command.aliases.join(', ')}\n`;
|
||||
cmdHelpText += `**Group:** ${command.group.name}\n`;
|
||||
return msg.say(cmdHelpText);
|
||||
|
||||
Reference in New Issue
Block a user