Move NSFW Commands to their own group

This commit is contained in:
Dragon Fire
2020-01-06 23:54:36 -05:00
parent 7ac672048b
commit cea80101e2
7 changed files with 19 additions and 13 deletions
@@ -7,9 +7,10 @@ module.exports = class BrazzersCommand extends Command {
constructor(client) {
super(client, {
name: 'brazzers',
group: 'image-edit',
group: 'nsfw',
memberName: 'brazzers',
description: 'Draws an image with the Brazzers logo in the corner.',
nsfw: true,
throttling: {
usages: 1,
duration: 10
@@ -5,7 +5,8 @@ module.exports = class DanbooruCommand extends Command {
constructor(client) {
super(client, {
name: 'danbooru',
group: 'search',
aliases: ['hentai'],
group: 'nsfw',
memberName: 'danbooru',
description: 'Responds with an image from Danbooru, with optional query.',
nsfw: true,
@@ -5,8 +5,8 @@ module.exports = class DickCommand extends Command {
constructor(client) {
super(client, {
name: 'dick',
aliases: ['dick-size', 'penis', 'penis-size', 'pee-pee', 'pee-pee-size'],
group: 'seeded',
aliases: ['dick-size', 'penis', 'penis-size', 'pee-pee', 'pee-pee-size', 'cock', 'cock-size'],
group: 'nsfw',
memberName: 'dick',
description: 'Determines your dick size.',
nsfw: true,
@@ -6,9 +6,9 @@ module.exports = class FlickrCommand extends Command {
constructor(client) {
super(client, {
name: 'flickr',
group: 'search',
group: 'nsfw',
memberName: 'flickr',
description: 'Searches Flickr for your query.',
description: 'Searches Flickr for your query... Maybe.',
nsfw: true,
credit: [
{