Add Face manipulation group

This commit is contained in:
Dragon Fire
2021-04-06 10:16:32 -04:00
parent e834af8a76
commit f414caa98d
6 changed files with 6 additions and 5 deletions
@@ -10,7 +10,7 @@ module.exports = class AnimeEyesCommand extends Command {
super(client, {
name: 'anime-eyes',
aliases: ['ani-eyes', 'manga-eyes'],
group: 'edit-image',
group: 'edit-face',
memberName: 'anime-eyes',
description: 'Draws anime eyes onto the faces in an image.',
throttling: {
@@ -10,7 +10,7 @@ module.exports = class DannyDevitoCommand extends Command {
super(client, {
name: 'danny-devito',
aliases: ['devito'],
group: 'edit-image',
group: 'edit-face',
memberName: 'danny-devito',
description: 'Draws Danny Devito\'s face onto the faces in an image.',
throttling: {
@@ -11,7 +11,7 @@ module.exports = class EmojiFaceCommand extends Command {
super(client, {
name: 'emoji-face',
aliases: ['emoji-f', 'e-face'],
group: 'edit-image',
group: 'edit-face',
memberName: 'emoji-face',
description: 'Draws an emoji onto the faces in an image.',
throttling: {
@@ -9,7 +9,7 @@ module.exports = class EyesCommand extends Command {
constructor(client) {
super(client, {
name: 'eyes',
group: 'edit-image',
group: 'edit-face',
memberName: 'eyes',
description: 'Draws emoji eyes onto the faces in an image.',
throttling: {