Remove VIP level check to make it easier to test for now

This commit is contained in:
barelyprofessional
2026-03-05 09:22:42 -06:00
parent d01fbe6ce3
commit 5058681022

View File

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