mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +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 { firstUpperCase } = require('../../util/Util');
|
||||
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 {
|
||||
constructor(client) {
|
||||
|
||||
Reference in New Issue
Block a user