Releases: ebellocchia/telegram_periodic_msg_bot
Releases · ebellocchia/telegram_periodic_msg_bot
Version 0.1.5
- Add single handlers for message updates, to avoid being notified of each single message sent in groups
Version 0.1.4
- Rename commands by adding the
msgbot_
prefix, to avoid conflicts with other bots
Version 0.1.3
- Add configuration files for flake8 and prospector
- Fix all flake8 warnings
- Fix the vast majority of prospector warnings
- Remove all star imports (
import *
)
Version 0.1.2
- Fix wrong imports
- Add typing to class members
- Fix mypy errors
Version 0.1.1
- Minor bug fixes
Version 0.1.0
First release