Remove memberName (leftover Commando thing)

This commit is contained in:
Dragon Fire
2024-05-21 21:02:12 -04:00
parent b10c604473
commit bd02c6b1c4
516 changed files with 3 additions and 518 deletions
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,