Skip to content

Tlapbot 1.2.2

Latest
Compare
Choose a tag to compare
@SleepyLili SleepyLili released this 11 Feb 19:29
· 2 commits to master since this release

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 just body
    • 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.

⚠️NOTE: The .whl file is included with the release for completeness sake, you don't need to download it. Recommended install instructions are written in the README.