29 lines
802 B
Plaintext
29 lines
802 B
Plaintext
# Discord Configuration
|
|
DISCORD_TOKEN=your_discord_bot_token_here
|
|
|
|
# Docker Configuration
|
|
IMAGE=your_image_name:latest
|
|
ROOT_DIR=./himbot_data
|
|
|
|
# Himbucks System Configuration (optional - defaults provided)
|
|
# HIMBUCKS_PER_REWARD=10
|
|
# MESSAGE_COUNT_THRESHOLD=5
|
|
# HIMBUCKS_COOLDOWN_MINUTES=1
|
|
|
|
# Markov Chain Configuration (optional - defaults provided)
|
|
# MARKOV_DEFAULT_MESSAGES=100
|
|
# MARKOV_MAX_MESSAGES=1000
|
|
# MARKOV_CACHE_SIZE=10
|
|
|
|
# Database Configuration (optional - defaults provided)
|
|
# DB_MAX_OPEN_CONNS=25
|
|
# DB_MAX_IDLE_CONNS=5
|
|
# DB_CONN_MAX_LIFETIME_MINUTES=5
|
|
|
|
# Command Cooldowns in seconds (optional - defaults provided)
|
|
# PING_COOLDOWN_SECONDS=5
|
|
# HS_COOLDOWN_SECONDS=10
|
|
# MARKOV_COOLDOWN_SECONDS=30
|
|
# HIMBUCKS_COOLDOWN_SECONDS=5
|
|
# HIMBOARD_COOLDOWN_SECONDS=5
|
|
# SENDBUCKS_COOLDOWN_SECONDS=1800 |