Add !hostess command (#12)

* Add basic !hostess command

* Add openrouter integration
This commit is contained in:
cohlexyz
2025-12-19 07:42:57 +01:00
committed by GitHub
parent 71e534a396
commit 72a162b67a
4 changed files with 206 additions and 1 deletions

View File

@@ -453,6 +453,8 @@ public static class BuiltIn
public static string KasinoDiceCleanupDelay = "Kasino.Dice.CleanupDelay";
[BuiltInSetting("Delay in milliseconds before cleaning up wheel", SettingValueType.Text, "30000", WholeNumberRegex)]
public static string KasinoWheelCleanupDelay = "Kasino.Wheel.CleanupDelay";
[BuiltInSetting("Openrouter API key for hostess command", SettingValueType.Text, isSecret: true)]
public static string OpenrouterApiKey = "Openrouter.ApiKey";
}
}