Experimental convoluted rain refactor to use Redis instead of semaphores

This commit is contained in:
barelyprofessional
2026-01-28 00:40:01 -06:00
parent 9a7762a933
commit 65b7b19b8a
5 changed files with 245 additions and 199 deletions

View File

@@ -504,6 +504,8 @@ public static class BuiltIn
public static string KasinoPlinkoEnabled = "Kasino.Plinko.Enabled";
[BuiltInSetting("Whether Xeet posting is enabled", SettingValueType.Boolean, "true", BooleanRegex)]
public static string XeetEnabled = "Xeet.Enabled";
[BuiltInSetting("Connection string for bot's Redis", SettingValueType.Text)]
public static string BotRedisConnectionString = "Bot.RedisConnectionString";
}
}