diff --git a/README.md b/README.md index 0055a16..de635ca 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # 🎰 SupaCasino Discord Bot -A cozy, all-in-one casino bot for a Discord server β€” **Blackjack**, **Slots**, **Mini Roulette**, **Coin Flip**, **Towers**, and **Baccarat** β€” with a shared wallet, daily bonuses, and slick button/modals UX. - -> fun, fast rounds, fair defaults, and simple controls. +All-in-one casino bot for a Discord server β€” **Blackjack**, **Slots**, **Mini Roulette**, **Coin Flip**, **Towers**, and **Baccarat** --- @@ -20,8 +18,6 @@ A cozy, all-in-one casino bot for a Discord server β€” **Blackjack**, **Slots**, ## πŸš€ Quick Start -### Option A β€” Docker (recommended) - 1. Copy the environment template and fill in your token: ```bash @@ -37,16 +33,6 @@ docker compose up -d --build > SQLite database is stored at `./data/blackjack.db` (mounted into the container). -### Option B β€” Local Python - -```bash -python -m venv .venv -. .venv/bin/activate # Windows: .venv\Scripts\activate -pip install -r requirements.txt -cp .env.example .env # add your DISCORD_TOKEN -python -m src.bot -``` - --- ## 🧭 Commands @@ -89,6 +75,3 @@ Tunables live in **`src/utils/constants.py`** (can be overwritten in `.env`): | Slots: `WILDCARD_FACTOR` | ⭐ wildcard payout scale (reduced) | `0.x` | | Towers: `TOWERS_EDGE_PER_STEP` | per-step house edge applied to multipliers | small | | Baccarat: `BANKER_COMMISSION` | Banker commission | `0.05` | - -> Change safely, restart the bot, and you’re set. -