add about /support in /start
This commit is contained in:
parent
97996efcda
commit
14db5765a5
2 changed files with 3 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ DATABASE_PATH = _resolve_database_path()
|
||||||
PERIOD_OPTIONS = [0, 15, 30, 60, 120, 180, 360, 720, 1440] # minutes (0=disable, then: 15min, 30min, 1h, 2h, 3h, 6h, 12h, 24h)
|
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
|
||||||
BOT_VERSION = "1.0.1"
|
BOT_VERSION = "1.0.2"
|
||||||
|
|
||||||
# Telegram Bot Long Polling Configuration
|
# Telegram Bot Long Polling Configuration
|
||||||
POLL_INTERVAL = 1.0 # seconds
|
POLL_INTERVAL = 1.0 # seconds
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,8 @@ TRANSLATIONS = {
|
||||||
"/week - Statistics for the week\n"
|
"/week - Statistics for the week\n"
|
||||||
"/lastYear_or_1000games - Statistics for the last year or last 1000 rated games (whichever comes first)\n"
|
"/lastYear_or_1000games - Statistics for the last year or last 1000 rated games (whichever comes first)\n"
|
||||||
"/setperiod - Set up periodic notifications for the active player\n"
|
"/setperiod - Set up periodic notifications for the active player\n"
|
||||||
"(active player changes in the /getgamers menu)"
|
"(active player changes in the /getgamers menu)\n"
|
||||||
|
"/support - Contact the developer for support and feedback"
|
||||||
),
|
),
|
||||||
|
|
||||||
# Add gamer commands
|
# Add gamer commands
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue