This commit is contained in:
2025-05-26 21:13:30 -06:00
parent 0a730be6f7
commit b306143db2
4 changed files with 40 additions and 3 deletions

29
env.example Normal file
View File

@ -0,0 +1,29 @@
# 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