mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
YouTube PubSub
This commit is contained in:
@@ -453,6 +453,10 @@ public static class BuiltIn
|
||||
public static string KasinoDiceCleanupDelay = "Kasino.Dice.CleanupDelay";
|
||||
[BuiltInSetting("Delay in milliseconds before cleaning up wheel", SettingValueType.Text, "30000", WholeNumberRegex)]
|
||||
public static string KasinoWheelCleanupDelay = "Kasino.Wheel.CleanupDelay";
|
||||
[BuiltInSetting("Whether the YouTube PubSub Redis client is enabled", SettingValueType.Boolean, "true", BooleanRegex)]
|
||||
public static string YouTubePubSubEnabled = "YouTube.PubSub.Enabled";
|
||||
[BuiltInSetting("YouTube API Key", SettingValueType.Text, isSecret: true)]
|
||||
public static string YouTubeApiKey = "YouTube.ApiKey";
|
||||
[BuiltInSetting("Openrouter API key for hostess command", SettingValueType.Text, isSecret: true)]
|
||||
public static string OpenrouterApiKey = "Openrouter.ApiKey";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user