Skip to content

Commit

Permalink
Fix auction timings
Browse files Browse the repository at this point in the history
  • Loading branch information
slmnio committed Oct 11, 2022
1 parent 6b0deab commit deb77d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/discord/new_auction.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ const Auction = {
embed.setFooter(`Auction will close in ${Auction.wait.afterBid} seconds if there are no further bids.`);
}
console.log("[auction]", "sending first message");
await Auction.channel.send({ embeds: [embed] });
Auction.Timer.initial();
Auction.channel.send({ embeds: [embed] });
Auction.lastStartedTeam = startingTeam;
},
sign: async function (player, team, bid) {
Expand Down

0 comments on commit deb77d8

Please sign in to comment.