-
v2.9 Stable
released this
2025-12-15 01:23:48 -05:00 | 130 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 15, 2025
Features
- Documentation live at https://endurabot.edcgaming.org. Features: a guide on how to host the bot yourself, explanation of how the bot's code is organized, breakdown of all configuration variables and what they do, and more.
/aboutupdated to include a link to it. ( #185 )
Changes
- The number of uses for
/gamebefore the cooldown triggers has been made configurable rather than hard-coded. ( #168 ) - Searching for
/gameimproved to allow fuzzier searching while still getting a result. ( #169 ) /editrolewill now detect if it's being used to remove a role granted with/trole, will error out, and then advise the user to use theremoveargument of/troleinstead. ( #172 )/userwill no longer report if the target is a Endurance Coalition staff member or systems operator. ( #174 )- The REGEX used by
/rquoteto determine whether a message is eligible for selection has been made configurable via therquote_regexvariable added todata/variables.json. ( #176 )
Bugs
- Fixed issue where EnduraBot would not properly report to end-users if IsThereAnyDeal returns a
403status code. ( #170 )
Miscellaneous
.envhas been set to be a mounted volume in Docker rather than a file copied into it's image. ( #167 )- Classes
ItadGameSearchHandlerandItadGameDealsHandlerrefactored to provide better error handling and reduce unnecessary API calls. ( #170 ) - New variable
disabled_cmdsadded todata/variables.json. Commands listed in this JSON object will be disabled and attempts to use them will result in an error. ( #171 ) - Variable
admin_role_idindata/variables.jsondeprecated in favor of programmatically checking if a target has the native DiscordAdministratorpermission. ( #175 ) - Custom exception classes
APIConnectionErrorandAPIContentNotFoundErroradded to improve error handling and debugging for API-related issues. ( #180 )
Full Changelog: https://github.com/sirdog3355/EnduraBot/compare/v2.8...v2.9
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Documentation live at https://endurabot.edcgaming.org. Features: a guide on how to host the bot yourself, explanation of how the bot's code is organized, breakdown of all configuration variables and what they do, and more.