Releases: ebellocchia/telegram_payment_bot
Releases · ebellocchia/telegram_payment_bot
Version 0.7.2
- Update Python versions
Version 0.7.1
- Fix replying to commands in topics
Version 0.7.0
- Add support for service accounts (
payment_google_cred_type
) - Add possibility to specify the worksheet index in config (
payment_worksheet_idx
)
Version 0.6.3
- Minor bug fix (passing not-existent variable as parameter)
Version 0.6.2
- Migrate Google OAuth flow after deprecation
Version 0.6.1
- Fix some mypy and prospector warnings
- Add configuration for isort and run it on project
Version 0.6.0
- Add support for pyrogram version 2 (version 1 still supported)
Version 0.5.3
- Members without username or that haven't paid are kicked until no one left (useful in channels with more than 200 members)
Version 0.5.2
- Fix usage in channels
- Fix ban method name for pyrogram 1.4
Version 0.5.1
- Add command for showing bot version