From 1fbce277273b15a3215b7d76b87fbeeeec1b84af Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 30 Sep 2020 17:24:04 -0400 Subject: [PATCH] Urban isn't NSFW --- commands/search/urban.js | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/search/urban.js b/commands/search/urban.js index 6d964465..72986f62 100644 --- a/commands/search/urban.js +++ b/commands/search/urban.js @@ -12,7 +12,6 @@ module.exports = class UrbanCommand extends Command { memberName: 'urban', description: 'Defines a word, but with Urban Dictionary.', clientPermissions: ['EMBED_LINKS'], - nsfw: true, credit: [ { name: 'Urban Dictionary', diff --git a/package.json b/package.json index 8f33adc3..74f9b639 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "119.29.0", + "version": "119.29.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {