6 lines
194 B
Bash
6 lines
194 B
Bash
# Telegram Bot Configuration
|
|
# Copy this file to .env and fill in your actual bot token.
|
|
BOT_TOKEN=123456789:ABCdefGhIJKlmNoPQRsTUVwxyZ
|
|
GROUP_CHAT_ID=-100123456789
|
|
ADMIN_IDS=123456789,987654321
|