# ┌──────────────────────────────────────────────────────────────────────────┐ # │ MukeshRobot – Environment Variable Reference │ # │ Copy this file to .env for local development (never commit .env!) │ # └──────────────────────────────────────────────────────────────────────────┘ # ══════════════════════════════════════════════ # REQUIRED – bot will NOT start without these # ══════════════════════════════════════════════ # Telegram API credentials – get from https://my.telegram.org API_ID= API_HASH= # Bot token from @BotFather TOKEN= # Owner user IDs (space-separated Telegram numeric IDs) # All listed users get full owner / sudo access # Example: OWNER_IDS=123456789 987654321 OWNER_IDS= # MongoDB connection string (Atlas free tier works fine) MONGO_DB_URI= # ══════════════════════════════════════════════ # BOT IDENTITY (auto-fetched from Telegram if blank) # Set explicitly on HuggingFace to avoid an extra API call at startup # ══════════════════════════════════════════════ BOT_NAME=MukeshRobot BOT_USERNAME= # without @ # ══════════════════════════════════════════════ # OPTIONAL – sensible defaults shown # ══════════════════════════════════════════════ # Support / updates group username (without @) SUPPORT_CHAT=worldwide_friend_zone # Telegram chat ID where startup & error logs are sent EVENT_LOGS= # URL of the start/welcome image sent on /start START_IMG= # PostgreSQL database URL (e.g. from elephantsql.com) – needed for SQL modules DATABASE_URL= # Privileged user lists (space-separated numeric IDs) DRAGONS= # sudo users DEV_USERS= # developer users DEMONS= # support users TIGERS= # tiger users WOLVES= # whitelisted users # Blacklisted chat IDs (space-separated) BL_CHATS= # Module control – space-separated module names LOAD= # force-load specific modules NO_LOAD= # skip specific modules # ══════════════════════════════════════════════ # FEATURE FLAGS (True / False) # ══════════════════════════════════════════════ ALLOW_CHATS=True ALLOW_EXCL=False DEL_CMDS=False INFOPIC=True STRICT_GBAN=True # ══════════════════════════════════════════════ # PERFORMANCE # ══════════════════════════════════════════════ WORKERS=8 TEMP_DOWNLOAD_DIRECTORY=./ # ══════════════════════════════════════════════ # THIRD-PARTY API KEYS (optional) # ══════════════════════════════════════════════ CASH_API_KEY= TIME_API_KEY=