Add Shuffle.us support for detecting hidden offline gambling

This commit is contained in:
barelyprofessional
2026-03-13 20:22:05 -05:00
parent 986027f5c5
commit 0454a5bbdd
3 changed files with 90 additions and 2 deletions

View File

@@ -560,6 +560,10 @@ public static class BuiltIn
public static string ShuffleBmjVipLevel = "Shuffle.BmjVipLevel";
[BuiltInSetting("Whether OpenAI moderation is enabled", SettingValueType.Boolean, "false", BooleanRegex)]
public static string OpenAiModerationEnabled = "OpenAI.ModerationEnabled";
[BuiltInSetting("Bossman's current VIP level on .us for reducing GraphQL hits", SettingValueType.Text, "PLATINUM_1")]
public static string ShuffleDotUsBmjVipLevel = "ShuffleDotUs.BmjVipLevel";
[BuiltInSetting("Bossman's super secret user ID on .us", SettingValueType.Text, "e2faee09-8ebb-4a22-8793-59aefc8191e5")]
public static string ShuffleDotUsBmjUserId = "ShuffleDotUs.BmjUserId";
}
}