после /start /addgamer
This commit is contained in:
parent
9e79b97672
commit
974b5ea603
2 changed files with 13 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue