• v2.2.0 6d2d04ea40

    V2.2.0 Stable

    slfhstd released this 2026-03-12 22:58:18 +00:00 | 3 commits to main since this release

    Added

    • Configurable Ignore Tags:
      • Added ignore_tags section to wiki config. Bot now ignores posts with matching tags in the title or flair (case-insensitive).
      • Updated README.md and bot logic to support this feature.
    • Update Checker Integration:
      • Added update_checker.py module to check for bot updates and notify moderators via modmail.
      • Update checker runs in a background thread and checks for updates hourly.
    • Bot Version & Name Constants:
      • Added BOT_VERSION and BOT_NAME constants at the top of modreplybot.py for easy version/name changes.

    Changed

    • Integrated update checker startup in main bot entrypoint.
    • Improved documentation for ignore_tags and update checker features.

    Fixed

    • N/A
    Downloads