mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Beep beep
This commit is contained in:
@@ -29,8 +29,7 @@ module.exports = class HelpCommand extends Command {
|
||||
const data = commands[0];
|
||||
return msg.say(stripIndents`
|
||||
__**Command ${data.name}**__
|
||||
${data.description}
|
||||
_${data.details}_
|
||||
${data.description} ${data.details ? `\n_${data.details}_` : ''}
|
||||
|
||||
**Format**: ${msg.anyUsage(`${data.name} ${data.format || ''}`)}
|
||||
**Aliases**: ${data.aliases.join(', ') || 'None'}
|
||||
|
||||
Reference in New Issue
Block a user