Fucked up shitty ghetto patch

This commit is contained in:
barelyprofessional
2026-01-09 00:12:55 -06:00
parent d351dc580c
commit 7489c7c46a

View File

@@ -210,7 +210,7 @@ public class PlinkoCommand : ICommand
await Task.Delay(500);
}
var newBalance = await Money.NewWagerAsync(gambler.Id, payout-(wager*numberOfBalls), payout, WagerGame.Plinko, ct: ctx);
var newBalance = Money.NewWagerAsync(gambler.Id, wager*numberOfBalls, payout-(wager*numberOfBalls), WagerGame.Plinko, ct: ctx);
await botInstance.SendChatMessageAsync($"[u]{user.FormatUsername()}, you won ${payout} KKK from {numberOfBalls} plinko balls worth ${wager} KKK. Balance: ${newBalance} KKK", true, autoDeleteAfter: cleanupDelay);
}