mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 08:19:08 +02:00
Remove memberName (leftover Commando thing)
This commit is contained in:
@@ -9,7 +9,6 @@ module.exports = class AnimeEyesCommand extends Command {
|
||||
name: 'anime-eyes',
|
||||
aliases: ['ani-eyes', 'manga-eyes'],
|
||||
group: 'edit-face',
|
||||
memberName: 'anime-eyes',
|
||||
description: 'Draws anime eyes onto the faces in an image.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class DannyDevitoCommand extends Command {
|
||||
name: 'danny-devito',
|
||||
aliases: ['devito'],
|
||||
group: 'edit-face',
|
||||
memberName: 'danny-devito',
|
||||
description: 'Draws Danny Devito\'s face onto the faces in an image.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class EmojiFaceCommand extends Command {
|
||||
name: 'emoji-face',
|
||||
aliases: ['emoji-f', 'e-face'],
|
||||
group: 'edit-face',
|
||||
memberName: 'emoji-face',
|
||||
description: 'Draws an emoji onto the faces in an image.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class EyesCommand extends Command {
|
||||
super(client, {
|
||||
name: 'eyes',
|
||||
group: 'edit-face',
|
||||
memberName: 'eyes',
|
||||
description: 'Draws emoji eyes onto the faces in an image.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class ShrekCommand extends Command {
|
||||
super(client, {
|
||||
name: 'shrek',
|
||||
group: 'edit-face',
|
||||
memberName: 'shrek',
|
||||
description: 'Draws Shrek\'s face onto the faces in an image.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
|
||||
Reference in New Issue
Block a user