diff --git a/commands/edit-image/desaturate.js b/commands/edit-image/desaturate.js index 9355a919..63ec3d04 100644 --- a/commands/edit-image/desaturate.js +++ b/commands/edit-image/desaturate.js @@ -7,6 +7,7 @@ module.exports = class DesaturateCommand extends Command { constructor(client) { super(client, { name: 'desaturate', + aliases: ['saturate'], group: 'edit-image', memberName: 'desaturate', description: 'Draws an image or a user\'s avatar but desaturated.', diff --git a/package.json b/package.json index f6ffb176..110a8af2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "116.27.5", + "version": "116.27.6", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {