mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Removed unused settings
This commit is contained in:
@@ -469,28 +469,6 @@ public static class BuiltIn
|
|||||||
ValueType = SettingValueType.Complex
|
ValueType = SettingValueType.Complex
|
||||||
},
|
},
|
||||||
new BuiltInSettingsModel
|
new BuiltInSettingsModel
|
||||||
{
|
|
||||||
Key = Keys.BotGmKasinoImageRotation,
|
|
||||||
Regex = ".+",
|
|
||||||
Description = "Rotation of images for the !gmkasino command",
|
|
||||||
// It's a JSON array
|
|
||||||
Default = "[\"https://i.postimg.cc/QMzBRmH7/hiiiii.gif\"]",
|
|
||||||
IsSecret = false,
|
|
||||||
CacheDuration = TimeSpan.FromHours(1),
|
|
||||||
ValueType = SettingValueType.Array
|
|
||||||
},
|
|
||||||
new BuiltInSettingsModel
|
|
||||||
{
|
|
||||||
Key = Keys.BotGnKasinoImageRotation,
|
|
||||||
Regex = ".+",
|
|
||||||
Description = "Rotation of images for the !gnkasino command",
|
|
||||||
// It's a JSON array
|
|
||||||
Default = "[\"https://kiwifarms.st/attachments/sleepyjack-gif.5342620/\"]",
|
|
||||||
IsSecret = false,
|
|
||||||
CacheDuration = TimeSpan.FromHours(1),
|
|
||||||
ValueType = SettingValueType.Array
|
|
||||||
},
|
|
||||||
new BuiltInSettingsModel
|
|
||||||
{
|
{
|
||||||
Key = Keys.TwitchShillRestreamOnCommercial,
|
Key = Keys.TwitchShillRestreamOnCommercial,
|
||||||
Regex = "(true|false)",
|
Regex = "(true|false)",
|
||||||
@@ -835,8 +813,6 @@ public static class BuiltIn
|
|||||||
public static string ChipsggBmjUserIds = "Chipsgg.BmjUserIds";
|
public static string ChipsggBmjUserIds = "Chipsgg.BmjUserIds";
|
||||||
public static string RestreamUrl = "RestreamUrl";
|
public static string RestreamUrl = "RestreamUrl";
|
||||||
public static string KiwiFarmsCookies = "KiwiFarms.Cookies";
|
public static string KiwiFarmsCookies = "KiwiFarms.Cookies";
|
||||||
public static string BotGmKasinoImageRotation = "Bot.GmKasinoImageRotation";
|
|
||||||
public static string BotGnKasinoImageRotation = "Bot.GnKasino.ImageRotation";
|
|
||||||
public static string TwitchShillRestreamOnCommercial = "Twitch.ShillRestreamOnCommercial";
|
public static string TwitchShillRestreamOnCommercial = "Twitch.ShillRestreamOnCommercial";
|
||||||
public static string KiwiFarmsInactivityTimeout = "KiwiFarms.InactivityTimeout";
|
public static string KiwiFarmsInactivityTimeout = "KiwiFarms.InactivityTimeout";
|
||||||
public static string KiwiFarmsPingInterval = "KiwiFarms.PingInterval";
|
public static string KiwiFarmsPingInterval = "KiwiFarms.PingInterval";
|
||||||
|
|||||||
Reference in New Issue
Block a user