mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Add Azura time alias
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "117.3.0",
|
||||
"version": "117.3.1",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user