diff --git a/README.md b/README.md index ae11f7d7..bdd4d3e3 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,12 @@ A simple telegram bot to download, upload files or folders from [Mega.nz](https: # Features - ⚡ Download, Upload files/folders easily -- 🙅‍♂️ No login required* +- 🙅‍♂️ No login required[^1] - 🗃️ Support for Mega.nz user account - 🤝 Support for both private and public content - 🛡 Can be used as either private or public bot - 🖇 Direct download link to mega.nz upload +- 🧐 See what files are in your links # Deploy @@ -61,5 +62,7 @@ python3 -m megadl Please refer to [documentation](https://megabot.hirusha.codes/config-vars) +[^1]: This only applies to public contents and you're still limited by the daily download quota limit of the mega.nz platform + # Support [![Support Group](https://img.shields.io/badge/Support_Group-0a0a0a?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/Nexa_bots) \ No newline at end of file diff --git a/installer.sh b/installer.sh index 7fafbdfa..18462056 100644 --- a/installer.sh +++ b/installer.sh @@ -205,6 +205,8 @@ TG_MAX_SIZE=2040108421 EOF show_hint "If your bot won't work as expected, try reassigning USE_ENV and DOWNLOAD_LOCATION in .env file. Not sure what to do? Contact support at @Nexa_bots" + + show_hint "It is recommended to check the mega.ini file for more configuration options" }