Skip to content

Commit

Permalink
Update monthly orders.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Oct 26, 2024
1 parent f8ea3a0 commit 28f416b
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 @@ -91,7 +91,7 @@ async function HandleServerVoteCommand(discordMessage) {
}
const guild = await DiscordUtil.GetMainDiscordGuild();
const channel = await guild.channels.create({ name: 'server-vote' });
const message = await channel.send('The Government will play on whichever server gets the most votes. This will be our home Rust server for October 2024.');
const message = await channel.send('The Government will play on whichever server gets the most votes. This will be our home Rust server for November 2024.');
await message.react('❤️');
await MakeOneServerVoteOption(channel, 'Rusty Moose |US Monthly|', 'https://www.battlemetrics.com/servers/rust/9611162', 5);
await MakeOneServerVoteOption(channel, 'Rustafied.com - US Long III', 'https://www.battlemetrics.com/servers/rust/433754', 11);
Expand Down Expand Up @@ -968,7 +968,7 @@ async function ProcessOneBuyAndOneSellOrder() {
const sellOrder = sellQueue.shift();
await FulfillSellOrder(sellOrder);
}
setTimeout(ProcessOneBuyAndOneSellOrder, 100);
setTimeout(ProcessOneBuyAndOneSellOrder, 1);
}
setTimeout(ProcessOneBuyAndOneSellOrder, 1000);

Expand Down

0 comments on commit 28f416b

Please sign in to comment.