help: move 8ball to AI category
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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"]),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user