- Fix bug when checking the correctness or payments data
0.3.6
- Rename commands by adding the `paybot_` prefix, to avoid conflicts with other bots - Email is checked for duplication in payment file
0.3.5
- Use _pygsheets_ library for reading Google Sheets - File columns specified using the letter instead of the index
0.3.4
- Add configuration files for _flake8_ and _prospector_ - Fix all _flake8_ warnings - Fix the vast majority of _prospector_ warnings - Remove all star imports (`import *`)
0.3.3
- Fix wrong imports - Add typing to class members - Fix _mypy_ errors