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")
|
@command("help", "Show all available commands")
|
||||||
async def cmd_help(client: AsyncClient, room_id: str, sender: str, args: str):
|
async def cmd_help(client: AsyncClient, room_id: str, sender: str, args: str):
|
||||||
categories = [
|
categories = [
|
||||||
("🤖 AI", ["ask", "fortune"]),
|
("🤖 AI", ["ask", "fortune", "8ball"]),
|
||||||
("🎮 Games", ["8ball", "wordle", "trivia", "rps", "poll"]),
|
("🎮 Games", ["wordle", "trivia", "rps", "poll"]),
|
||||||
("🎲 Random", ["flip", "roll", "random", "champion", "agent"]),
|
("🎲 Random", ["flip", "roll", "random", "champion", "agent"]),
|
||||||
("🖥️ Server", ["minecraft", "ping", "health"]),
|
("🖥️ Server", ["minecraft", "ping", "health"]),
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user