Initial commit: Casino bot
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
# Discord Bot
|
||||
DISCORD_TOKEN=YOUR_BOT_TOKEN_HERE
|
||||
|
||||
# Database
|
||||
DB_PATH=/app/data/blackjack.db
|
||||
|
||||
# Economy tuning (optional)
|
||||
DAILY_CASH=10000
|
||||
DAILY_FREE_SPINS=3
|
||||
TOPUP_AMOUNT=100
|
||||
TOPUP_COOLDOWN_MINUTES=5
|
||||
DAILY_COOLDOWN_HOURS=24
|
||||
Reference in New Issue
Block a user