From 2172ee3430586186b3b23e37cdaf2c0240ba18c6 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 29 Jun 2020 16:21:21 -0400 Subject: [PATCH] Add Azura time alias --- commands/edit-image/magik.js | 2 +- commands/events/time.js | 1 + package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/commands/edit-image/magik.js b/commands/edit-image/magik.js index f4d5e20a..7ee3fd7f 100644 --- a/commands/edit-image/magik.js +++ b/commands/edit-image/magik.js @@ -31,7 +31,7 @@ module.exports = class MagikCommand extends Command { const { body } = await request.get(image); const magik = gm(body); magik.out('-liquid-rescale'); - magik.out('50%x50%'); + magik.out('50%'); magik.implode(0.25); magik.setFormat('png'); const attachment = await this.toBuffer(magik); diff --git a/commands/events/time.js b/commands/events/time.js index c4e77e9e..8b7f24e9 100644 --- a/commands/events/time.js +++ b/commands/events/time.js @@ -4,6 +4,7 @@ const { firstUpperCase } = require('../../util/Util'); moment.tz.link('America/Vancouver|Neopia'); moment.tz.link('America/Los_Angeles|Discord'); moment.tz.link('America/New_York|Dragon'); +moment.tz.link('Europe/Berlin|Azura'); module.exports = class TimeCommand extends Command { constructor(client) { diff --git a/package.json b/package.json index bdac828c..685762dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "117.3.0", + "version": "117.3.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {