после /start /addgamer

This commit is contained in:
vrubel 2025-10-29 11:32:45 +03:00
parent 9e79b97672
commit 974b5ea603
2 changed files with 13 additions and 3 deletions

View file

@ -14,7 +14,7 @@ LICHESS_STATS_API_BASE_URL = "http://localhost:8001" # For Docker container acc
DATABASE_PATH = "/app/data/lichess_bot.db"
# Period options for /setperiod command
PERIOD_OPTIONS = [0, 1, 2, 3, 5, 10, 15, 30, 60, 120, 180] # minutes
PERIOD_OPTIONS = [0, 15, 30, 60, 120, 180] # minutes
# Telegram Bot Long Polling Configuration
POLL_INTERVAL = 1.0 # seconds