diff --git a/commands/events/us-election.js b/commands/events/us-election.js index 40a021ad..1d3a7698 100644 --- a/commands/events/us-election.js +++ b/commands/events/us-election.js @@ -24,7 +24,7 @@ module.exports = class UsElectionCommand extends Command { async run(msg) { const currentYear = new Date().getFullYear(); if (year !== currentYear) { - return msg.reply(`This command has not been updated to reflect the ${currentYear} election season.`); + return msg.reply(`This command has not been updated to reflect the ${year} election season.`); } const canidates = await this.getList(); const list = canidates.map(