From f44c9ee20b01d0aef7075e0ade30fa4333cef85c Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 2 Jul 2019 18:40:47 -0400 Subject: [PATCH] Add Dragon and Discord time aliases --- commands/events/time.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/events/time.js b/commands/events/time.js index 54d5252b..9984bfcc 100644 --- a/commands/events/time.js +++ b/commands/events/time.js @@ -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) {