mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 22:14:34 +02:00
Remove memberName (leftover Commando thing)
This commit is contained in:
@@ -8,7 +8,6 @@ module.exports = class BirdCommand extends Command {
|
||||
name: 'bird',
|
||||
aliases: ['birb'],
|
||||
group: 'random-img',
|
||||
memberName: 'bird',
|
||||
description: 'Responds with a random image of a bird.',
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
credit: [
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class BunnyCommand extends Command {
|
||||
name: 'bunny',
|
||||
aliases: ['bun', 'rabbit', 'bunny-fact', 'bun-fact', 'rabbit-fact'],
|
||||
group: 'random-img',
|
||||
memberName: 'bunny',
|
||||
description: 'Responds with a random bunny image and fact.',
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
credit: [
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class CatCommand extends Command {
|
||||
name: 'cat',
|
||||
aliases: ['neko', 'kitty', 'meow', 'cat-fact', 'neko-fact', 'kitty-fact', 'meow-fact'],
|
||||
group: 'random-img',
|
||||
memberName: 'cat',
|
||||
description: 'Responds with a random cat image and fact.',
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
credit: [
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class DogCommand extends Command {
|
||||
name: 'dog',
|
||||
aliases: ['puppy', 'dog-fact', 'puppy-fact', 'inu', 'inu-fact'],
|
||||
group: 'random-img',
|
||||
memberName: 'dog',
|
||||
description: 'Responds with a random dog image and fact.',
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
credit: [
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class DuckCommand extends Command {
|
||||
name: 'duck',
|
||||
aliases: ['ducky', 'quack'],
|
||||
group: 'random-img',
|
||||
memberName: 'duck',
|
||||
description: 'Responds with a random duck image.',
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
credit: [
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class FoxCommand extends Command {
|
||||
super(client, {
|
||||
name: 'fox',
|
||||
group: 'random-img',
|
||||
memberName: 'fox',
|
||||
description: 'Responds with a random fox image.',
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
credit: [
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class FrogCommand extends Command {
|
||||
name: 'frog',
|
||||
aliases: ['ribbit'],
|
||||
group: 'random-img',
|
||||
memberName: 'frog',
|
||||
description: 'Responds with a random frog image.',
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
credit: [
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class GooseCommand extends Command {
|
||||
name: 'goose',
|
||||
aliases: ['geese'],
|
||||
group: 'random-img',
|
||||
memberName: 'goose',
|
||||
description: 'Responds with a random goose image.',
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
credit: [
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class InspirationCommand extends Command {
|
||||
name: 'inspiration',
|
||||
aliases: ['inspire', 'inspirobot'],
|
||||
group: 'random-img',
|
||||
memberName: 'inspiration',
|
||||
description: 'Responds with a randomly generated inspiration.',
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
credit: [
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class LightNovelCoverCommand extends Command {
|
||||
name: 'light-novel-cover',
|
||||
aliases: ['ln-cover'],
|
||||
group: 'random-img',
|
||||
memberName: 'light-novel-cover',
|
||||
description: 'Responds with a randomly generated Light Novel cover.',
|
||||
nsfw: true,
|
||||
credit: [
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class LizardCommand extends Command {
|
||||
super(client, {
|
||||
name: 'lizard',
|
||||
group: 'random-img',
|
||||
memberName: 'lizard',
|
||||
description: 'Responds with a random lizard image.',
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
credit: [
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class LoremPicsumCommand extends Command {
|
||||
name: 'lorem-picsum',
|
||||
aliases: ['lorem-p', 'picsum'],
|
||||
group: 'random-img',
|
||||
memberName: 'lorem-picsum',
|
||||
description: 'Responds with a random image of a certain size.',
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
credit: [
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class ShibaCommand extends Command {
|
||||
name: 'shiba',
|
||||
aliases: ['shiba-inu', 'shibe', 'shibe-inu', 'doge'],
|
||||
group: 'random-img',
|
||||
memberName: 'shiba',
|
||||
description: 'Responds with a random image of a Shiba Inu.',
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
credit: [
|
||||
|
||||
@@ -15,7 +15,6 @@ module.exports = class XiaoCommand extends Command {
|
||||
name: 'xiao',
|
||||
aliases: ['xiao-pai', 'iao'],
|
||||
group: 'random-img',
|
||||
memberName: 'xiao',
|
||||
description: 'Responds with a random image of Xiao Pai.',
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
credit: [
|
||||
|
||||
Reference in New Issue
Block a user