428th-exchange-bot/.env.example
Artemii Peretiachenko 7588d74ceb Show the wait-ack only on a client's first relayed message.
Stops repeating the ack on every client message so the private chat is not cluttered after the first contact.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-29 19:00:21 +02:00

14 lines
853 B
Text

BOT_TOKEN=123456:ABC-DEF
MANAGER_GROUP_ID=-1001234567890
# Local: data/bot.db — Docker Compose sets /app/data/bot.db
DATABASE_PATH=data/bot.db
# Optional text overrides (per language). Prefer _RU / _UK.
# Bare WELCOME_TEXT / ACK_TEXT / COOLDOWN_TEXT apply only to RU
# (so UK keeps catalog strings and the services button stays in sync).
# WELCOME_TEXT_RU=Здравствуйте! Напишите ваш запрос.
# WELCOME_TEXT_UK=Вітаємо! Напишіть ваш запит.
# ACK_TEXT_RU=Спасибо, дальше вам будет отвечать менеджер
# ACK_TEXT_UK=Дякуємо, далі вам буде відповідати менеджер.
# COOLDOWN_TEXT_RU=Подождите немного, не спамьте.
# COOLDOWN_TEXT_UK=Зачекайте трохи, не спамте.
CLIENT_COOLDOWN_SECONDS=5