Skip to content

v4.4.0

Latest

Choose a tag to compare

@cobaltt7 cobaltt7 released this 05 Aug 18:07
· 38 commits to main since this release
e99c782
  • Add global versions of every pattern
    • Deprecate GlobalAnimatedEmoji in favor of GlobalEmojiPattern and InvitesPattern in favor of GlobalInvitesPattern
    • Remove matching for discord protocol URLs as they aren't valid in all contexts
  • Fix compatibility with all Discord.JS versions from 14.9-14.21
    • Previously, only 14.16-14.18 fully worked
    • Fixed CI to test on the full range of versions properly
  • Allow multiple module directories (with @thenatally)
  • Deprecate including underscores in a customId id
  • Handle messageSnapshots and stickers in getMessageJSON()
  • Fix default handleError
  • Allow TypeScript to infer the type of the autocomplete callback
  • Remove guildUnavailable warning
  • Stop shipping the TypeScript source
  • Update dependencies