версионность не в конфиге
This commit is contained in:
parent
4b6790be14
commit
50c5e93343
3 changed files with 10 additions and 4 deletions
|
|
@ -48,9 +48,6 @@ DATABASE_PATH = _resolve_database_path()
|
|||
# Period options for /setperiod command
|
||||
PERIOD_OPTIONS = [0, 15, 30, 60, 120, 180, 360, 720, 1440] # minutes (0=disable, then: 15min, 30min, 1h, 2h, 3h, 6h, 12h, 24h)
|
||||
|
||||
# Bot Version
|
||||
BOT_VERSION = "1.3.0"
|
||||
|
||||
# Telegram Bot Long Polling Configuration
|
||||
POLL_INTERVAL = 1.0 # seconds
|
||||
POLL_TIMEOUT = 30 # seconds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue