v2024.04.13
Core features
Slash command logs now include user ID
Animal
.fox now exists
Application
Application reminders will now show both user and display name
Application reminders use code blocks to avoid markdown issues
Factoids
Replacing an embed but not message now works properly again
Responses are now way clearer at what factoid is being targetted, always matching what you sent
Info has been reworked to now show aliases as all possible calls
Google
.g I and .g S will now work, in addition to lowercase versions
HTD
Some comment and help menu typos were fixed
Hug
Hug now works on reply
Modmail
Adds a brand new modmail extension
Nickname fix
Adds a reason to the audit log entry containing who ran the command
Dependencies
black->24.3.0
emoji->2.11.0
gitpython->3.1.43
hypothesis->6.100.1
idna->3.7
inflect->7.2.0
pydantic->2.7.0
pylint->3.1.0
pytest->8.1.1
pytest-asyncio->0.23.6
What's Changed
- Bump hypothesis from 6.98.4 to 6.98.5 by @dependabot in #875
- Keep existing message when modifying factoid if none is specified by @dkay0670 in #888
- Add capitalized I and S aliases for google by @dkay0670 in #883
- Make hug work when replying to someone by @dkay0670 in #882
- Bump pydantic from 2.6.1 to 2.6.4 by @dependabot in #909
- Bump hypothesis from 6.98.5 to 6.100.0 by @dependabot in #921
- Bump pytest-asyncio from 0.23.5 to 0.23.6 by @dependabot in #915
- Bump pytest from 7.4.4 to 8.1.1 by @dependabot in #907
- Bump black from 24.2.0 to 24.3.0 by @dependabot in #913
- Bump pylint from 3.0.3 to 3.1.0 by @dependabot in #897
- htd command fixes by @dkay0670 in #881
- Bump gitpython from 3.1.41 to 3.1.43 by @dependabot in #920
- Makes factoid messages clearer, fixes a bug, and cleans up some code by @ajax146 in #865
- Adding fox to animal by @TheKrol in #876
- Update audit log with who did nickname command by @TheKrol in #877
- Update application with display name and name in code blocks by @TheKrol in #878
- Bump hypothesis from 6.100.0 to 6.100.1 by @dependabot in #930
- Bump inflect from 7.0.0 to 7.2.0 by @dependabot in #925
- Bump emoji from 2.10.1 to 2.11.0 by @dependabot in #924
- Bump pydantic from 2.6.4 to 2.7.0 by @dependabot in #933
- Bump idna from 3.6 to 3.7 by @dependabot in #932
- Add the modmail extension by @Cpt-Dingus in #884
New Contributors
Full Changelog: v2024.02.13...v2024.04.13