mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 22:44:32 +02:00
Change NSFW Command Locations
This commit is contained in:
@@ -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,
|
||||
Reference in New Issue
Block a user