From 265081a394c988f3b03bbd26ae2b5f545aa1c326 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 19 Sep 2018 21:10:36 +0000 Subject: [PATCH] Add aliases --- commands/image-edit/circle.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/image-edit/circle.js b/commands/image-edit/circle.js index 06ed8d8d..fae062ab 100644 --- a/commands/image-edit/circle.js +++ b/commands/image-edit/circle.js @@ -6,7 +6,7 @@ module.exports = class CircleCommand extends Command { constructor(client) { super(client, { name: 'circle', - aliases: ['circle-avatar', 'circle-ava', 'circle-image', 'circle-img'], + aliases: ['circle-avatar', 'circle-ava', 'circle-image', 'circle-img', 'preview-avatar', 'preview-ava'], group: 'image-edit', memberName: 'circle', description: 'Draws an image or a user\'s avatar as a circle.', diff --git a/package.json b/package.json index c7d725cf..88673228 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "91.8.0", + "version": "91.8.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {