diff --git a/commands/events/us-election.js b/commands/events/us-election.js index 1244f5dd..40a021ad 100644 --- a/commands/events/us-election.js +++ b/commands/events/us-election.js @@ -2,7 +2,7 @@ const Command = require('../../framework/Command'); const request = require('node-superfetch'); const cheerio = require('cheerio'); const { stripIndents } = require('common-tags'); -const year = 2024; +const year = 2028; module.exports = class UsElectionCommand extends Command { constructor(client) { diff --git a/package.json b/package.json index 3974ea61..b4ef4d96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "152.4.0", + "version": "152.4.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {