diff --git a/matrixbot/commands.py b/matrixbot/commands.py index 1a928a7..5912467 100644 --- a/matrixbot/commands.py +++ b/matrixbot/commands.py @@ -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"]), ]