From 4762493130728a688ac3093bf1a1e52b1b76fcc9 Mon Sep 17 00:00:00 2001 From: prosolis <5590409+prosolis@users.noreply.github.com> Date: Sat, 14 Mar 2026 11:17:04 -0700 Subject: [PATCH] Break out Blackjack and UNO into separate README sections Co-Authored-By: Claude Opus 4.6 --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34dc01a..1e30433 100644 --- a/README.md +++ b/README.md @@ -298,13 +298,21 @@ Rep is earned when someone thanks you. The bot detects this automatically. | `!hangman submit [phrase]` | Submit a phrase to the pool | | `!hangman skip` | Skip game (admin only) | | `!hangboard` | Hangman leaderboard | -| `!blackjack €amount` | Start/join a Blackjack table | + +### Blackjack (games channel only) +| Command | Description | +|---------|-------------| +| `!blackjack €amount` | Start/join a Blackjack table (1-2 players) | | `!hit` | Take a card | | `!stand` | End your turn | | `!blackjack leave` | Leave before game starts | | `!bjboard` | Blackjack leaderboard | + +### UNO (games channel only) +| Command | Description | +|---------|-------------| | `!uno €amount` | Start a solo UNO game vs GogoBee (played in DMs) | -| `!uno start €amount` | Create a multiplayer UNO lobby | +| `!uno start €amount` | Create a multiplayer UNO lobby (2-4 players) | | `!uno join` | Join an open UNO lobby | | `!uno go` | Start the game (host only, 2+ players required) | | `!uno leave` | Leave the lobby (refunds ante) |