From 5b548e4d71d8dd2c40180a17bbb477f2768546a7 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 27 Sep 2024 19:30:28 +0000 Subject: [PATCH] Presidential election update Oct 2024 --- bot-commands.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot-commands.js b/bot-commands.js index 36d7564..1e85c7f 100644 --- a/bot-commands.js +++ b/bot-commands.js @@ -120,10 +120,10 @@ async function HandlePresidentVoteCommand(discordMessage) { } const guild = await DiscordUtil.GetMainDiscordGuild(); const channel = await guild.channels.create({ - name: 'presidential-election', + name: 'presidential-erection', type: 0, }); - const message = await channel.send('Whoever gets the most votes will be Mr. or Madam President in August 2024.'); + const message = await channel.send('Whoever gets the most votes will be Mr. or Madam President in October 2024.'); await message.react('❤️'); const generalRankUsers = await UserCache.GetTopRankedUsers(19); const candidateNames = [];