• v2.10.1 bb14b6831f

    v2.10.1 Stable

    sirdog3355 released this 2025-12-29 04:32:55 -05:00 | 109 commits to main since this release

    Note

    Names provided below in their common form for ease of reading. Their names may change in the future.

    December 29, 2025

    Changes

    • EnduraBot now dynamically determines the date of the oldest message in #out-of-context rather than having a hard-coded equivalent. ( #186 )
    • Commands /alert and /estop deprecated. Accordingly, listener listeners/alert_detect.py has been deleted. ( #201 )

    Bugs

    • Fixed issue where listeners/member_monitor.py would not detect someone placed on monitoring and thus not send an alert and/or ban. ( #204 )

    Miscellaneous

    • Cogs throughout EnduraBot cleaned of needless cog class attributes that simply served to grant access to data/ information. Where appropriate, such attributes were removed and replaced with the global variant (e.g self.settings_data.get("repo") -> SETTINGS_DATA["repo"]). Cleaning also included review of cog imports for unused or duplicate importing. (b325907)

    Full Changelog: https://github.com/sirdog3355/EnduraBot/compare/v2.10...v2.10.1

    Downloads