diff --git a/LichessClientTG_bot/config.py b/LichessClientTG_bot/config.py index fdd5384..2af2d13 100644 --- a/LichessClientTG_bot/config.py +++ b/LichessClientTG_bot/config.py @@ -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) # Bot Version -BOT_VERSION = "1.0.1" +BOT_VERSION = "1.0.2" # Telegram Bot Long Polling Configuration POLL_INTERVAL = 1.0 # seconds diff --git a/LichessClientTG_bot/i18n.py b/LichessClientTG_bot/i18n.py index c59324e..9db8f08 100644 --- a/LichessClientTG_bot/i18n.py +++ b/LichessClientTG_bot/i18n.py @@ -36,7 +36,8 @@ TRANSLATIONS = { "/week - Statistics for the week\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" - "(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