Spaces:
Paused
Paused
| # ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # β 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= | |