mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 05:51:35 +02:00
Add Dragon and Discord time aliases
This commit is contained in:
@@ -2,6 +2,8 @@ const Command = require('../../structures/Command');
|
|||||||
const moment = require('moment-timezone');
|
const moment = require('moment-timezone');
|
||||||
const { firstUpperCase } = require('../../util/Util');
|
const { firstUpperCase } = require('../../util/Util');
|
||||||
moment.tz.link('America/Vancouver|Neopia');
|
moment.tz.link('America/Vancouver|Neopia');
|
||||||
|
moment.tz.link('America/Los_Angeles|Discord');
|
||||||
|
moment.tz.link('America/New_York|Dragon');
|
||||||
|
|
||||||
module.exports = class TimeCommand extends Command {
|
module.exports = class TimeCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
|
|||||||
Reference in New Issue
Block a user