• v2.0 b596d67088

    v2.0 Stable

    sirdog3355 released this 2025-10-19 18:07:29 -04:00 | 257 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.

    October 19, 2025

    Incrementing major version due to the amount of under-the-hood changes that have occurred since v1.2. Not too much has changed for front-facing users, however.

    Features

    • New command: /rconfig. Useable by @SYS:OP to allow EnduraBot to notice when configurations have changed without requiring a reboot. ( #52 )
    • /editrole now supports choosing whether the target should be pinged, with the option defaulting to false. ( #59 )
    • All bot actions are now logged on the backend. ( #60 )

    Changes

    • /rquote and the daily bible quote will now include an image attachment if it exists in the selected message. ( #40 )
    • /editrole's functionality to allow @A to manipulate all roles excluding itself and @M has been removed as it was unnecessary. It is now locked-down to the roles defined as editable in variables.json. ( #42 )
    • /editrole will now use embeds for it's output. ( #59 )

    Bugs

    • Fixed issue where if a member's use of /rquote was rejected because it was done in #out-of-context they would still be subject to the cooldown. ( #28 )
    • Fixed issue where execution of /estop was not respected by Docker and the bot would simply immediately reboot. ( #62 )

    Miscellaneous

    • /rquote themes are now configurable in variables.json rather than hard-coded. ( #45 )
    • README updated to be transparent about artificial intelligence's role in development, alongside other minor refinements. ( #50 )
    • JSON loading centralized to config_loader.py rather than JSON being loaded per cog. ( #53 )
    • Directories /data/ and /logs/ are now Docker volumes, allowing viewing and manipulation while bot is active in it's container. ( #62 )

    Full Changelog: https://github.com/sirdog9001/EnduraBot/compare/v1.2...v2.0

    Downloads