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