help: move 8ball from AI to Games category
8ball is only AI-powered for specific users (Wynter/Jared); for everyone else it's a random static response. Games is the correct category. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -110,8 +110,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", "8ball"]),
|
("🤖 AI", ["ask", "fortune"]),
|
||||||
("🎮 Games", ["wordle", "trivia", "rps", "poll"]),
|
("🎮 Games", ["8ball", "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