Skip to content

v4.3.0

Latest
Compare
Choose a tag to compare
@cobaltt7 cobaltt7 released this 05 Jan 03:57
· 4 commits to main since this release
05f6c2e
  • Rename RootCommandData, RootCommandOptions, RootCommandHandler, and AugmentedRootCommandData to FlatCommandData, FlatCommandOptions, FlatCommandHandler, and AugmentedFlatCommandData respectively
    • The old names remain as deprecated aliases and will be removed in the next major version
  • Rename Event type to EventHandler and give it a type param
    • The old type is deprecated yet will remain until the next major version
  • Rename ClientEvent type to StrifeEvents
    • The old name remains as a deprecated alias and will be removed in the next major version
  • Replace the ReservedClientEvent type with the reservedClientEvents constant
    • The old type is deprecated yet will remain until the next major version
  • Export allEvents and preEvents objects
  • Allow selecting media channels in channel commands by default
  • Add PreEventHandler, ButtonHandler, ModalHandler, SelectHandler types
  • Export PaginateOptions type
  • Update all outdated docs (JSDocs and README) and rewrite them where needed
  • Fix string and channel option types
  • Fix edge case where error logs omitted the stack trace