Skip to content

v2.1.1

Compare
Choose a tag to compare
@ScoreUnder ScoreUnder released this 18 Aug 21:27
· 367 commits to master since this release
v2.1.1
db31122

(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 &quoted 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 of async being executed synchronously by default.