Break out Blackjack and UNO into separate README sections

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
prosolis
2026-03-14 11:17:04 -07:00
parent 569bf662d5
commit 4762493130

View File

@@ -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 submit [phrase]` | Submit a phrase to the pool |
| `!hangman skip` | Skip game (admin only) | | `!hangman skip` | Skip game (admin only) |
| `!hangboard` | Hangman leaderboard | | `!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 | | `!hit` | Take a card |
| `!stand` | End your turn | | `!stand` | End your turn |
| `!blackjack leave` | Leave before game starts | | `!blackjack leave` | Leave before game starts |
| `!bjboard` | Blackjack leaderboard | | `!bjboard` | Blackjack leaderboard |
### UNO (games channel only)
| Command | Description |
|---------|-------------|
| `!uno €amount` | Start a solo UNO game vs GogoBee (played in DMs) | | `!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 join` | Join an open UNO lobby |
| `!uno go` | Start the game (host only, 2+ players required) | | `!uno go` | Start the game (host only, 2+ players required) |
| `!uno leave` | Leave the lobby (refunds ante) | | `!uno leave` | Leave the lobby (refunds ante) |