v2.1.1
(Changes since 2.0.0)
New features
- Every command is now a slash command too. (Lack of serverside permission checking kind of sucks but whatever 🤷♀️)
- Commands show their argument list in
&help
- Stickers in
"e
d messages are acknowledged (but not reproduced, mainly because of the size) &permdiff
command to show the difference between two channels' permission sets. Intended for checking why a channel is not synced to its category.
Enhancements
- Remove voice role refresh timer (it used to periodically check that everyone's role is correct, but now it only runs a full check on reconnect and on
&voicerole
change) - More verbose logging around voice roles
Bug fixes
- Fix
async
/await
: on upgrade to scala 3, the behaviour was significantly different with the content ofasync
being executed synchronously by default.