mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Add Shuffle.us support for detecting hidden offline gambling
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user