From c268f49152243f2856488273d1462b3809026d9f Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Thu, 24 Apr 2025 01:59:10 -0500 Subject: [PATCH] Removed unused settings --- KfChatDotNetBot/Settings/BuiltIn.cs | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/KfChatDotNetBot/Settings/BuiltIn.cs b/KfChatDotNetBot/Settings/BuiltIn.cs index 0d5c12d..a57f314 100644 --- a/KfChatDotNetBot/Settings/BuiltIn.cs +++ b/KfChatDotNetBot/Settings/BuiltIn.cs @@ -469,28 +469,6 @@ public static class BuiltIn ValueType = SettingValueType.Complex }, 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, Regex = "(true|false)", @@ -835,8 +813,6 @@ public static class BuiltIn public static string ChipsggBmjUserIds = "Chipsgg.BmjUserIds"; public static string RestreamUrl = "RestreamUrl"; 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 KiwiFarmsInactivityTimeout = "KiwiFarms.InactivityTimeout"; public static string KiwiFarmsPingInterval = "KiwiFarms.PingInterval";