diff --git a/README.md b/README.md index 7c4bb427f..29f038acc 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ see our live bot kn telegram to check the features [Advance Content Saver Bot](h ## ⚡ Commands - **`start`**: 🚀 Start the bot. -- **`batch`**: 🫠 Extract in bulk. +- **`batch`**: ✌️ Extract in bulk. - **`login`**: 🔑 Get into the bot. - **`logout`**: 🚪 Get out of the bot. - **`token`**: 🎲 Get 3 hours of free access. diff --git a/app.json b/app.json index 2769f867f..2b85ba16f 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,6 @@ { "name": "Save Restricted Content Bot master-v1 branch", - "description": "Save Restricted Content Bot by Team SPY", + "description": "Save Restricted Content Bot by Team SKY", "logo": "https://lh3.googleusercontent.com/-HPcn7AqepNg/AAAAAAAAAAI/AAAAAAAAAAA/ALKGfknb1BkQiq-8_KUVOYcNAJ4swKivDQ/photo.jpg", "keywords": ["python3", "telegram", "MusicBot", "telegram-bot", "pyrogram"], "repository": "https://github.com/devgaganin/save_restricted-content-telegram-bot-repo", diff --git a/config.py b/config.py index 46fc85f60..6d6dc6a26 100644 --- a/config.py +++ b/config.py @@ -13,17 +13,17 @@ # write here yt cookies """ -API_ID = int(getenv("API_ID", "")) +API_ID = int(getenv("API_ID", "") API_HASH = getenv("API_HASH", "") BOT_TOKEN = getenv("BOT_TOKEN", "") -OWNER_ID = list(map(int, getenv("OWNER_ID", "").split())) +OWNER_ID = list(map(int, getenv("OWNER_ID", ").split())) MONGO_DB = getenv("MONGO_DB", "") LOG_GROUP = getenv("LOG_GROUP", "") CHANNEL_ID = int(getenv("CHANNEL_ID", "")) FREEMIUM_LIMIT = int(getenv("FREEMIUM_LIMIT", "0")) -PREMIUM_LIMIT = int(getenv("PREMIUM_LIMIT", "500")) +PREMIUM_LIMIT = int(getenv("PREMIUM_LIMIT", "5000")) WEBSITE_URL = getenv("WEBSITE_URL", "upshrink.com") -AD_API = getenv("AD_API", "52b4a2cf4687d81e7d3f8f2b7bc2943f618e78cb") +AD_API = getenv("AD_API", "") STRING = getenv("STRING", None) YT_COOKIES = getenv("YT_COOKIES", YTUB_COOKIES) DEFAULT_SESSION = getenv("DEFAUL_SESSION", None) # added old method of invite link joining