mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Slots
This commit is contained in:
@@ -459,6 +459,10 @@ public static class BuiltIn
|
||||
public static string YouTubeApiKey = "YouTube.ApiKey";
|
||||
[BuiltInSetting("Openrouter API key for hostess command", SettingValueType.Text, isSecret: true)]
|
||||
public static string OpenrouterApiKey = "Openrouter.ApiKey";
|
||||
[BuiltInSetting("API key for Zipline", SettingValueType.Text, isSecret: true)]
|
||||
public static string ZiplineKey = "Zipline.Key";
|
||||
[BuiltInSetting("Base URL for Zipline", SettingValueType.Text, defaultValue: "https://i.ddos.lgbt")]
|
||||
public static string ZiplineUrl = "Zipline.Url";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user