Initial commit: Casino bot

This commit is contained in:
2025-08-28 02:51:39 -05:00
commit 45afb95d14
19 changed files with 3119 additions and 0 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
Blackjack, Slots, Mini Roulette, Coin Flip, Towers, Baccarat — all-in-one Discord bot.
## Quick start (Docker)
```bash
cp .env.example .env
# edit .env and paste your DISCORD_TOKEN
docker compose up -d --build