first commit
This commit is contained in:
14
.env.example
Normal file
14
.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# Telegram Bot Token
|
||||
TELEGRAM__TOKEN=8048299556:AAH16U8XWYuuCL8txcNLwumFCv-NT82vlcE
|
||||
|
||||
# Database URL (SQLite)
|
||||
DB__URL=/data/random_coffee.db
|
||||
|
||||
# Group Chat IDs (comma-separated, negative numbers for groups)
|
||||
# Example: GROUP_CHAT_IDS=-1001234567890,-1009876543210
|
||||
GROUP_CHAT_IDS=
|
||||
|
||||
# Admin Chat IDs (comma-separated, positive numbers for users)
|
||||
# Used for admin commands and error notifications
|
||||
# Example: ADMIN_CHAT_IDS=123456789,987654321
|
||||
ADMIN_CHAT_IDS=690548930
|
||||
Reference in New Issue
Block a user