Uncommented Chips message as it probably works now

This commit is contained in:
barelyprofessional
2024-08-18 00:04:08 +08:00
parent 21b14f134e
commit a84004156f

View File

@@ -268,7 +268,6 @@ public class ChatBot
var payoutColor = settings[BuiltIn.Keys.KiwiFarmsGreenColor].Value;
if (bet.Winnings < bet.Amount) payoutColor = settings[BuiltIn.Keys.KiwiFarmsRedColor].Value;
return; // Remove when I'm certain this is working properly
SendChatMessage(
$"🚨🚨 CHIPS BROS 🚨🚨 {bet.Username} just bet {bet.Amount:N} {bet.Currency!.ToUpper()} " +
$"({bet.Amount * bet.CurrencyPrice:C}) which paid out [color={payoutColor}]{bet.Winnings} {bet.Currency.ToUpper()} " +