From 4cea5ed6dbd8f267821c909efad647b2c826d026 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 14 Mar 2020 21:51:09 -0400 Subject: [PATCH] Add NSFW to Help --- commands/util/help.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/util/help.js b/commands/util/help.js index 9b19e248..f20ad957 100644 --- a/commands/util/help.js +++ b/commands/util/help.js @@ -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'} `); } }; diff --git a/package.json b/package.json index d3c3e6d1..5634551c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "112.7.1", + "version": "112.7.2", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {