mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Add Face manipulation group
This commit is contained in:
@@ -36,6 +36,7 @@ client.registry
|
|||||||
['edit-image', 'Image Manipulation'],
|
['edit-image', 'Image Manipulation'],
|
||||||
['edit-image-text', 'Image Text Manipulation'],
|
['edit-image-text', 'Image Text Manipulation'],
|
||||||
['edit-avatar', 'Avatar Manipulation'],
|
['edit-avatar', 'Avatar Manipulation'],
|
||||||
|
['edit-face', 'Face Manipulation'],
|
||||||
['edit-meme', 'Meme Generators'],
|
['edit-meme', 'Meme Generators'],
|
||||||
['edit-text', 'Text Manipulation'],
|
['edit-text', 'Text Manipulation'],
|
||||||
['edit-number', 'Number Manipulation'],
|
['edit-number', 'Number Manipulation'],
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ module.exports = class AnimeEyesCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'anime-eyes',
|
name: 'anime-eyes',
|
||||||
aliases: ['ani-eyes', 'manga-eyes'],
|
aliases: ['ani-eyes', 'manga-eyes'],
|
||||||
group: 'edit-image',
|
group: 'edit-face',
|
||||||
memberName: 'anime-eyes',
|
memberName: 'anime-eyes',
|
||||||
description: 'Draws anime eyes onto the faces in an image.',
|
description: 'Draws anime eyes onto the faces in an image.',
|
||||||
throttling: {
|
throttling: {
|
||||||
@@ -10,7 +10,7 @@ module.exports = class DannyDevitoCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'danny-devito',
|
name: 'danny-devito',
|
||||||
aliases: ['devito'],
|
aliases: ['devito'],
|
||||||
group: 'edit-image',
|
group: 'edit-face',
|
||||||
memberName: 'danny-devito',
|
memberName: 'danny-devito',
|
||||||
description: 'Draws Danny Devito\'s face onto the faces in an image.',
|
description: 'Draws Danny Devito\'s face onto the faces in an image.',
|
||||||
throttling: {
|
throttling: {
|
||||||
@@ -11,7 +11,7 @@ module.exports = class EmojiFaceCommand extends Command {
|
|||||||
super(client, {
|
super(client, {
|
||||||
name: 'emoji-face',
|
name: 'emoji-face',
|
||||||
aliases: ['emoji-f', 'e-face'],
|
aliases: ['emoji-f', 'e-face'],
|
||||||
group: 'edit-image',
|
group: 'edit-face',
|
||||||
memberName: 'emoji-face',
|
memberName: 'emoji-face',
|
||||||
description: 'Draws an emoji onto the faces in an image.',
|
description: 'Draws an emoji onto the faces in an image.',
|
||||||
throttling: {
|
throttling: {
|
||||||
@@ -9,7 +9,7 @@ module.exports = class EyesCommand extends Command {
|
|||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'eyes',
|
name: 'eyes',
|
||||||
group: 'edit-image',
|
group: 'edit-face',
|
||||||
memberName: 'eyes',
|
memberName: 'eyes',
|
||||||
description: 'Draws emoji eyes onto the faces in an image.',
|
description: 'Draws emoji eyes onto the faces in an image.',
|
||||||
throttling: {
|
throttling: {
|
||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "134.10.0",
|
"version": "134.11.0",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user