Releases: anthonygozzini/Telegram-Referral-System
Releases · anthonygozzini/Telegram-Referral-System
Release list
v1.1.0
- Adds the join-channel, join-group and submit-wallet handlers from the original full version of the bot. v1.0.0 registered them without defining them, so it could not start.
- Fixes the start menu check that decides whether to show the referral link: it now looks at the wallet address (column 2) instead of the points (column 3).
- requirements.txt: adds python-dotenv, which the code imports; removes pandas, which the code does not use.
v1.0.0
First published version (August 2024).
Known issues, fixed in v1.1.0: the script registers join_channel and join_group handlers that are not defined, so it stops at startup; python-dotenv is missing from requirements.txt.