Skip to content

14.14.0

Compare
Choose a tag to compare
@vladfrangu vladfrangu released this 12 Nov 19:32
· 215 commits to main since this release
418032a

Bug Fixes

  • Client: Ensure destroyed connections are not ready (#9942) (b5e23ec)
  • Webhook: Do not call client.deleteWebhook in delete (#9786) (31d914e)
  • GuildManager#fetch: Inject shard id (#9921) (85753a9)
  • Prevent 'undefined' debug message on intentional shard closure (#9846) (0e0b85b)
  • Role: Calculate position correctly when rawPositions are equal (#9871) (0529b2a)
  • GuildScheduledEvent: Use if...else pattern and handle partials (#9802) (32d614c)

Documentation

Features

Refactor

  • utils: Remove mergeDefault (#9938) (5b0aa92)
  • Use proper variable names in callbacks (#9840) (11f6955)
  • GuildAuditLogsEntry: Abstract reduce logic into a new function (#9845) (19ea0ba)
  • Stickers are free (no more "premium" packs) (#9791) (e02a59b)

Typings

  • Partials: Add toString() method to supported Partials (#9835) (7422d9f)
  • MessageEditOptions: Correct attachments type (#9874) (2aa3250)
  • UserContextMenuCommandInteraction: Nullify targetMember (#9844) (3c043d8)
  • Don't include dom types (#9831) (9dbc954)
  • Client: Fix isReady narrowing (#9828) (6404c01)