Forgot to bypass GambaSesh detection for Rainbet

This commit is contained in:
barelyprofessional
2025-03-23 19:56:02 +08:00
parent 0ab39eea98
commit 6febd20640

View File

@@ -410,7 +410,7 @@ public class BotServices
msg += $"[br]{bet.Sum(s => s.Value):C} wagered on {bet.Key} which paid out [color={payoutColor}]{payout:C}[/color] over {bet.Count()} bets"; msg += $"[br]{bet.Sum(s => s.Value):C} wagered on {bet.Key} which paid out [color={payoutColor}]{payout:C}[/color] over {bet.Count()} bets";
} }
_chatBot.SendChatMessagesAsync(msg.FancySplitMessage(partSeparator: "[br]")).Wait(_cancellationToken); _chatBot.SendChatMessagesAsync(msg.FancySplitMessage(partSeparator: "[br]"), true).Wait(_cancellationToken);
} }
private void OnJackpotBet(object sender, JackpotWsBetPayloadModel bet) private void OnJackpotBet(object sender, JackpotWsBetPayloadModel bet)