Add NSFW to Help

This commit is contained in:
Dragon Fire
2020-03-14 21:51:09 -04:00
parent e0f88fcf37
commit 4cea5ed6db
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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'}
`);
}
};
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "112.7.1",
"version": "112.7.2",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {