help: move 8ball to AI category
Lint / Shell (shellcheck) (push) Successful in 9s
Lint / JS (eslint) (push) Successful in 7s
Lint / Python (ruff) (push) Successful in 6s
Lint / Python deps (pip-audit) (push) Successful in 43s
Lint / Secret scan (gitleaks) (push) Successful in 6s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-22 00:15:46 -04:00
parent fb39b17473
commit 9015338a1c
+2 -2
View File
@@ -112,8 +112,8 @@ def check_cooldown(sender: str, cmd_name: str, seconds: int = COOLDOWN_SECONDS)
@command("help", "Show all available commands")
async def cmd_help(client: AsyncClient, room_id: str, sender: str, args: str):
categories = [
("🤖 AI", ["ask", "fortune"]),
("🎮 Games", ["8ball", "wordle", "trivia", "rps", "poll"]),
("🤖 AI", ["ask", "fortune", "8ball"]),
("🎮 Games", ["wordle", "trivia", "rps", "poll"]),
("🎲 Random", ["flip", "roll", "random", "champion", "agent"]),
("🖥️ Server", ["minecraft", "ping", "health"]),
]