-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathconfig.py
More file actions
29 lines (23 loc) · 1.08 KB
/
Copy pathconfig.py
File metadata and controls
29 lines (23 loc) · 1.08 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
28
29
import os
# Pyrogram setup (loaded from environment variables)
API_ID = os.getenv("API_ID")
API_HASH = os.getenv("API_HASH")
BOT_TOKEN = os.getenv("BOT_TOKEN")
# Bot Information
BOT_USERNAME = "roxybasicneedbot1"
SUPPORT_GROUP = "https://t.me/roxybasicneed1"
UPDATES_CHANNEL = "https://t.me/roxybasicneedbot1"
OWNER_USERNAME = "roxybasicneedbot1"
# Admin IDs - Add multiple admin user IDs here (comma-separated in env)
ADMIN_IDS = [int(x.strip()) for x in os.getenv("ADMIN_IDS", "").split(",") if x.strip()]
# MongoDB Configuration
MONGODB_URL = os.getenv("MONGODB_URL")
DB_NAME = "roxybasicneedbot"
USERS_COLLECTION = "users"
# Support and Help Information
SUPPORT_TEXT = "If you need help, join our support group @roxybasicneed1"
CHANNEL_TEXT = "Stay updated with our latest news @roxybasicneedbot1"
# Force Subscribe Configuration
FORCE_SUB_CHANNEL = "@roxybasicneedbot1" # Channel username for force subscription
FORCE_SUB_CHANNEL_ID = -1003069913327 # Numeric channel ID (optional, for reference)
FORCE_SUB_IMAGE_URL = "https://i.ibb.co/m58g0wc1/file-29304.jpg" # Image shown in force sub message