Animal
Fixed typo in error message when API key is missing
Forum
Added code to support a forum channel
Moderator
Fixed typo in ban command where the default purge days was incorrect
Voting
Fixed a bug where most interations with the vote would say failed
Added a reminder system
Dependencies
Replaced pipenv/pipfile with UV/pyproject
Removed pipenv as a dependency
Removed PyNaCl as a dependency
Pinned aiohttp to 3.13.5
Pinned setuptools to 80.9.0
Dateparser -> 1.4.0
Gitpython -> 3.1.50
Pip -> 26.1.1
Hypothesis -> 6.152.7
What's Changed
- Defers vote interaction to solve bug by @ajax146 in #1469
- Fix cat API error string by @dkay0670 in #1467
- Change default delete day message for /ban command. by @dkay0670 in #1463
- Add support forum channel management by @ajax146 in #1395
- Add reminder system to voting by @ajax146 in #1486
- Make initial switch to UV by @ajax146 in #1487
- Properly add UV to dependabot by @ajax146 in #1490
- Bump dateparser from 1.2.2 to 1.4.0 by @dependabot[bot] in #1491
- Bump hypothesis from 6.152.5 to 6.152.7 by @dependabot[bot] in #1492
- Removes PyNaCl from pyproject, since we don't use voice by @ajax146 in #1494
Full Changelog: v2026.04.18...v2026.05.13