add versions
This commit is contained in:
parent
a7ad36b961
commit
d23f026b19
3 changed files with 7 additions and 3 deletions
|
|
@ -33,6 +33,9 @@ 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.0.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