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) {