Add Azura time alias

This commit is contained in:
Dragon Fire
2020-06-29 16:21:21 -04:00
parent 9d341c057f
commit 2172ee3430
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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);
+1
View File
@@ -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) {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "117.3.0",
"version": "117.3.1",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {