mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 14:21:41 +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) {
|
||||
|
||||
Reference in New Issue
Block a user