forked from Sankar8098/Advanced-File-Store-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (23 loc) · 1.04 KB
/
Copy path.env.example
File metadata and controls
27 lines (23 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Required Bot Settings
TELEGRAM_BOT_TOKEN=your_bot_token_here
WORKER_BOT_TOKEN=your_worker_bot_token_here
API_ID=your_api_id_here
API_HASH=your_api_hash_here
OWNER_ID=your_telegram_id_here
CHANNEL_ID=-100xxxxxxxx
ADMINS=123456789 987654321
# Database Configuration
DATABASE_URL=mongodb://localhost:27017/filestore
DATABASE_NAME=your_session_name
# Channel and Subscription Settings
FORCE_SUB_CHANNEL=0
FORCE_SUB_MESSAGE=<b>⚠️ Please join our channel to use this bot!</b>
JOIN_REQUEST_ENABLED=False
# Bot Customization
START_MESSAGE=<b>👋 Welcome to our File Store Bot!</b>\n\n<i>I can help you store and share files securely. Send me any file to get started!</i>
START_PIC=https://graph.org/file/29c1cf05d61f49ed3aa0b.jpg
RANDOM_START_PIC=True
CUSTOM_CAPTION={filename}\n\nShared via @YourBotUsername
BOT_STATS_TEXT=📊 <b>Bot Statistics</b>\n\n👥 Total Users: {total_users}\n📁 Total Files: {total_files}\n💾 Storage Used: {storage_used}
USER_REPLY_TEXT=👋 Hello! Use /help to see available commands.
# Rest of the configuration remains the same...