mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 21:40:49 +02:00
Add NSFW to Help
This commit is contained in:
@@ -59,6 +59,7 @@ module.exports = class HelpCommand extends Command {
|
||||
**Format:** ${msg.anyUsage(`${command.name} ${command.format || ''}`)}
|
||||
**Aliases:** ${command.aliases.join(', ') || 'None'}
|
||||
**Group:** ${command.group.name} (\`${command.groupID}:${command.memberName}\`)
|
||||
**NSFW:** ${command.nsfw ? 'Yes' : 'No'}
|
||||
`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user