mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-04-30 03:22:04 -04:00
Remove VIP level check to make it easier to test for now
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user