Change NSFW Command Locations

This commit is contained in:
Daniel Odendahl Jr
2017-05-20 00:42:47 +00:00
parent c97d570f7e
commit b357c43a76
4 changed files with 4 additions and 4 deletions
@@ -5,7 +5,7 @@ module.exports = class DanbooruCommand extends Command {
constructor(client) {
super(client, {
name: 'danbooru',
group: 'nsfw',
group: 'search',
memberName: 'danbooru',
description: 'Sends an image from Danbooru, with optional query.',
guildOnly: true,
@@ -7,7 +7,7 @@ module.exports = class GelbooruCommand extends Command {
constructor(client) {
super(client, {
name: 'gelbooru',
group: 'nsfw',
group: 'search',
memberName: 'gelbooru',
description: 'Sends an image from Gelbooru, with query.',
guildOnly: true,
@@ -5,7 +5,7 @@ module.exports = class KonachanCommand extends Command {
constructor(client) {
super(client, {
name: 'konachan',
group: 'nsfw',
group: 'search',
memberName: 'konachan',
description: 'Sends an image from Konachan, with optional query.',
guildOnly: true,
@@ -7,7 +7,7 @@ module.exports = class Rule34Command extends Command {
constructor(client) {
super(client, {
name: 'rule34',
group: 'nsfw',
group: 'search',
memberName: 'rule34',
description: 'Sends an image from Rule34, with query.',
guildOnly: true,