Skip to content

Commit

Permalink
Presidential election update Oct 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Sep 27, 2024
1 parent 9546e57 commit 5b548e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot-commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
Expand Down

0 comments on commit 5b548e4

Please sign in to comment.