-
V2.2.0 Stable
released this
2026-03-12 22:58:18 +00:00 | 3 commits to main since this releaseAdded
- Configurable Ignore Tags:
- Added
ignore_tagssection 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.
- Added
- Update Checker Integration:
- Added
update_checker.pymodule to check for bot updates and notify moderators via modmail. - Update checker runs in a background thread and checks for updates hourly.
- Added
- Bot Version & Name Constants:
- Added
BOT_VERSIONandBOT_NAMEconstants at the top ofmodreplybot.pyfor easy version/name changes.
- Added
Changed
- Integrated update checker startup in main bot entrypoint.
- Improved documentation for ignore_tags and update checker features.
Fixed
- N/A
Downloads
- Configurable Ignore Tags: