mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Fixed Rainbet errors
This commit is contained in:
@@ -327,7 +327,7 @@ public class BotServices
|
||||
RainbetUserId = bet.User.Id,
|
||||
GameName = bet.Game.Name,
|
||||
Value = bet.Value,
|
||||
Payout = bet.Payout,
|
||||
Payout = bet.Payout ?? 0,
|
||||
Multiplier = bet.Multiplier ?? 0,
|
||||
BetId = bet.Id,
|
||||
UpdatedAt = bet.UpdatedAt,
|
||||
|
||||
Reference in New Issue
Block a user