update readme

This commit is contained in:
2025-08-28 03:03:54 -05:00
parent 74b64bb9fa
commit db821a14b4

View File

@@ -1,8 +1,6 @@
# 🎰 SupaCasino Discord Bot # 🎰 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. All-in-one casino bot for a Discord server — **Blackjack**, **Slots**, **Mini Roulette**, **Coin Flip**, **Towers**, and **Baccarat**
> fun, fast rounds, fair defaults, and simple controls.
--- ---
@@ -20,8 +18,6 @@ A cozy, all-in-one casino bot for a Discord server — **Blackjack**, **Slots**,
## 🚀 Quick Start ## 🚀 Quick Start
### Option A — Docker (recommended)
1. Copy the environment template and fill in your token: 1. Copy the environment template and fill in your token:
```bash ```bash
@@ -37,16 +33,6 @@ docker compose up -d --build
> SQLite database is stored at `./data/blackjack.db` (mounted into the container). > 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 ## 🧭 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` | | Slots: `WILDCARD_FACTOR` | ⭐ wildcard payout scale (reduced) | `0.x` |
| Towers: `TOWERS_EDGE_PER_STEP` | per-step house edge applied to multipliers | small | | Towers: `TOWERS_EDGE_PER_STEP` | per-step house edge applied to multipliers | small |
| Baccarat: `BANKER_COMMISSION` | Banker commission | `0.05` | | Baccarat: `BANKER_COMMISSION` | Banker commission | `0.05` |
> Change safely, restart the bot, and youre set.