OrBin / gramhopper

A rule-based Telegram bot engine, no coding required
https://pypi.org/project/gramhopper/
MIT License
3 stars 1 forks source link

Added `parse_mode` support for responses #75

Closed OrBin closed 2 years ago

OrBin commented 2 years ago

Added parse_mode support.

Please review the commits separately - the first one is the actual logic change, and the last one only contains lint fixes. I will squash them anyway on merge.

Turns out Travis CI does not automatically allow free usage for OSS projects (a project maintainer has to apply to get this), but I've run lint+test+build (incl. build-docs) locally, and will run publish locally when we're done and merged.