mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +02:00
Move NSFW Commands to their own group
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
Reference in New Issue
Block a user