Skip to content

Releases: anthonygozzini/Telegram-Referral-System

Release list

v1.1.0

Choose a tag to compare

@anthonygozzini anthonygozzini released this 15 Sep 12:22
  • 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

Choose a tag to compare

@anthonygozzini anthonygozzini released this 15 Sep 12:22
6e30c26

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.