Update files
This commit is contained in:
parent
73d8dd543f
commit
a775afc177
5 changed files with 200 additions and 73 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# Telegram bot token
|
||||
bot_token: "BOT_TOKEN_HERE"
|
||||
|
||||
# Database path
|
||||
database: "./instance.db"
|
||||
# Database path (JSON file)
|
||||
database: "./instance.json"
|
||||
|
||||
# ID of support bot group where messages will go
|
||||
target_group: -12345678
|
||||
|
|
@ -19,3 +19,8 @@ reply_text: |
|
|||
|
||||
# How often to send reminders for unanswered messages, in minutes (default: 360)
|
||||
# reminder_interval_minutes: 360
|
||||
|
||||
# Quiet hours: suppress reminders between these hours (24h clock).
|
||||
# At the end of quiet hours, one batch message is sent with links to all pending messages.
|
||||
# quiet_hours_start: 0
|
||||
# quiet_hours_end: 6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue