From b7ec274b27c51f547df12f96ef87fc950d83247d Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 6 Nov 2024 09:01:00 -0500 Subject: [PATCH] Update us-election to 2028 --- commands/events/us-election.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {