-
v2.10.1 Stable
released this
2025-12-29 04:32:55 -05:00 | 109 commits to main since this releaseNote
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-contextrather than having a hard-coded equivalent. ( #186 ) - Commands
/alertand/estopdeprecated. Accordingly, listenerlisteners/alert_detect.pyhas been deleted. ( #201 )
Bugs
- Fixed issue where
listeners/member_monitor.pywould 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.gself.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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- EnduraBot now dynamically determines the date of the oldest message in