# (c) Asm Safone # A Part of MegaDL-Bot import os class Config: API_ID = int(os.environ.get("API_ID", 2276460)) API_HASH = os.environ.get("API_HASH", "1ee636feaecb523f12c844416dda70e3") BOT_TOKEN = os.environ.get("BOT_TOKEN", "5988029455:AAG7F1OJ11YH7v9HTTmhs8BayMZFaJYRkHU") DOWNLOAD_LOCATION = "./DOWNLOADS" TG_MAX_SIZE = 2040108421 OWNER_ID = int(os.environ.get("OWNER_ID", 1361863347)) LOG_CHANNEL = int(os.environ.get("LOG_CHANNEL",-1001874739413)) UPDATES_CHANNEL = os.environ.get("UPDATES_CHANNEL", None) class TEXT: ABOUT = """ 🤖 **Name:** {bot_name} 📝 **Language:** [Python](https://www.python.org) 📚 **Library:** [Pyrogram](https://docs.pyrogram.org) 📡 **Instagram:** [Instagram](https://instagram.com/ims_eldrith) 🧑‍💻 **Developer:** [Ashiq Hussain](https://t.me/imseldrith) 👥 **Support Group:** [Channel](https://t.me/url_upload_bots) 📢 **Updates Channel:** [BOTS](https://t.me/url_upload_bots) """ HELP_USER = """ This is **{bot_name}** This Bot Can Download Files & Videos From Mega Links & Upload To Telegram. Just Send Any Mega.nz Link & See The Magic. You Can Also Add or Change Caption: Just Select An Uploaded File/ Video or Forward Me Any Telegram File & Then Write The Text You Want To Be Caption On The File As A Reply To That File & The Text You Wrote Will Be Attached As Caption 😁! **Made With ❤️ By @imseldrith! 👑** """ START_TEXT = """ 👋🏻 **Hi** {user_mention}, I'm **{bot_name}** I Can Download Files & Videos From Mega.nz Links & Upload To Telegram. Please Check Help To Learn More 😉! **Maintained By: {bot_owner}**❤️! """