Includes join verification button, discuss-comment cleanup for non-members, and SQLite persistence. Made-with: Cursor
9 lines
206 B
Text
9 lines
206 B
Text
BOT_TOKEN=PUT_YOUR_TOKEN_HERE
|
|
|
|
# Optional: restrict bot to a single chat (recommended for first run)
|
|
# Example: -1001234567890
|
|
CHAT_ID=
|
|
|
|
DB_PATH=./bot.sqlite3
|
|
VERIFY_WINDOW_SECONDS=60
|
|
THANKS_TTL_SECONDS=60
|