This version fixes commands not working with Owncast v0.1.2.
Bugfixes
- #18 Switched receiving webhook for chat messages to use
rawBody
of the message instead of justbody
-
- This fixes issues with commands not working with Owncast v0.1.2.
- Help command now uses
<br>
newlines instead of\n
-
- This fixes an issue with missing line breaks in help message with Owncast v0.1.2.
- Help message with
LIST_REDEEMS
toggle on now supports milestones (instead of crashing).
Improvements
- You can't donate zero points to a milestone anymore.
- Tlapbot now warns you on startup if you have a redeem that has spaces in it, as commands with spaces in them will not work.
- Help message with
LIST_REDEEMS
now only sends redeems that are currently active. - Jinja template html for the dashboard was improved. (Less "technically incorrect" html weirdness.)
Misc.
- Cleanup of unused variables/imports.
How to update
If you followed the installation instructions from the README, just git pull
. Optionally, also rerun pip install -e .
, so that pip reports the new version number correctly.