Skip to content

v3.1.0

Compare
Choose a tag to compare
@ShindouMihou ShindouMihou released this 24 Nov 06:29
· 10 commits to master since this release
e58ad4d

A new version for Velen which includes one behavioral-breaking change for message commands that uses choices, as for the release notes, here are what we added for this week:

  1. Added support for slash command indexing, allowing server-specific commands to no longer conflict with slash commands and also increasing performance for slash commands. You can read more @ https:/ShindouMihou/Velen/wiki/Building-Commands!#-indexing-slash-commands
  2. Fixed an issue with VelenInviteBuilder that used scopes instead of scope for the URL paramater.
  3. 🔴 Key-values are now enforced for message commands, allowing hybrid commands to be closer to their slash command counterparts. What this means is instead of the previous [choiceOne, choiceTwo, choiceThree] choices for Velen, it now uses a key-value pair akin to slash commands: [choiceName, choiceValue].
  4. 🔴 Removed deprecated getCommandIgnoreCasing method.
  5. Add additional support for observeServer(Velen, Server) and observeAllServer(Velen, DiscordApi... shards) in VelenObserver.