Seems to be working now. Re-added the VIP level check

This commit is contained in:
barelyprofessional
2026-03-05 09:41:25 -06:00
parent 586a89a4cd
commit 8daaf3c304

View File

@@ -967,7 +967,7 @@ public class BotServices
]).Result;
_logger.Trace("Shuffle bet has arrived");
bool offlineBet = false;
if (bet.Username == null && !CheckBmjIsLive().Result && !isDotUs)
if (bet.Username == null && bet.VipLevel == settings[BuiltIn.Keys.ShuffleBmjVipLevel].Value && !CheckBmjIsLive().Result && !isDotUs)
{
_logger.Info($"Checking for potential offline bet {bet.Id}");
string? betOwner;