Skip to content

v4.1.0

Compare
Choose a tag to compare
@favna favna released this 08 Feb 18:33
· 273 commits to main since this release

4.1.0 - (2023-02-08)

🐛 Bug Fixes

  • Command: Do not attempt to execute application command reloading logic when a command does not have any application commands (#598) (61e96d2)
  • Use declare for store properties to avoid the need for as *Store (#602) (b243bcd)
  • Command: Support BulkOverwrite for reloads (#600) (b4c252e)
  • Args: Ensure proper error types are always thrown (#601) (ee8be2e)

🚀 Features

  • Remove CommandChatInputRegisterShortcut alias interface, prefer using ApplicationCommandRegistry.RegisterOptions instead (#597) (18ad9fa)