forked from TheCodeVerseHub/Eigen-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (28 loc) · 992 Bytes
/
Copy path.env.example
File metadata and controls
35 lines (28 loc) · 992 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Discord Bot Configuration.
DISCORD_TOKEN=your_bot_token_here(I won't share mine 💀💀💀)
GUILD_ID=1263067254153805905 # For faster slash command registration during development
# Database Configuration
DATABASE_URL=sqlite+aiosqlite:///fun2oosh.db # For development
# DATABASE_URL=postgresql+asyncpg://user:password@localhost:5432/fun2oosh # For production
# Logging
LOG_LEVEL=INFO
# Owner and Admin
OWNER_ID=1286998001902030908
# Top.gg Integration (optional)
TOPGG_TOKEN=your_topgg_token_here
TOPGG_WEBHOOK_SECRET=your_webhook_secret_here
# Redis for caching (optional)
REDIS_URL=redis://localhost:6379/0
# Game Configuration
MIN_BET=10
MAX_BET=10000
DAILY_WAGER_LIMIT=50000
WORK_REWARD=100
DAILY_REWARD=500
WEEKLY_REWARD=2000
COLLECT_COOLDOWN=3600 # seconds
WORK_COOLDOWN=1800
DAILY_COOLDOWN=86400
WEEKLY_COOLDOWN=604800
# CodeBuddy Configuration
QUESTION_CHANNEL_ID=123456789012345678 # Channel ID where coding questions will be posted