Refactored Xeet embedding

This commit is contained in:
barelyprofessional
2026-01-13 22:53:06 -06:00
parent 3f4c3e2713
commit 29f2863c9a
5 changed files with 200 additions and 227 deletions

View File

@@ -500,6 +500,8 @@ public static class BuiltIn
public static string KasinoSlotsEnabled = "Kasino.Slots.Enabled";
[BuiltInSetting("Whether plinko is enabled", SettingValueType.Boolean, "true", BooleanRegex)]
public static string KasinoPlinkoEnabled = "Kasino.Plinko.Enabled";
[BuiltInSetting("Whether Xeet posting is enabled", SettingValueType.Boolean, "true", BooleanRegex)]
public static string XeetEnabled = "Xeet.Enabled";
}
}