Skip to content

Releases: discordjs/discord.js

14.20.0

16 Jun 12:45
6a5c0fb
Compare
Choose a tag to compare

Bug Fixes

  • Use resolvePartialEmoji on MessagePayload#options#components (#10910) (f2f757c)
  • ChannelManager: Remove threads from cache upon deletion (#10883) (ee2eb73)
  • PartialGroupDMChannel: Prevent undefined values (#10889) (9bca4af)

Features

Performance

Refactor

  • Client: Remove with_expiration query parameter (#10800) (c8f6066)

@discordjs/ws@2.0.3

16 Jun 12:29
0943bc2
Compare
Choose a tag to compare
chore(ws): release @discordjs/ws@2.0.3

@discordjs/ws@1.2.3

16 Jun 12:26
0830fe8
Compare
Choose a tag to compare
chore(ws): release @discordjs/ws@1.2.3

@discordjs/rest@2.5.1

16 Jun 11:57
a1c83c1
Compare
Choose a tag to compare
chore(rest): release @discordjs/rest@2.5.1

@discordjs/core@2.1.1

16 Jun 12:33
127021d
Compare
Choose a tag to compare
chore(core): release @discordjs/core@2.1.1

14.19.3

02 May 22:10
8124fc6
Compare
Choose a tag to compare

Bug Fixes

@discordjs/builders@1.11.2

02 May 22:04
93cf772
Compare
Choose a tag to compare
chore(builders): release @discordjs/builders@1.11.2

14.19.2

28 Apr 20:45
096cd92
Compare
Choose a tag to compare

Bug Fixes

  • WebSocketManager: Always emit shardDisconnect on unresumable close (#10826) (37ef57b)
  • SoundboardSound: Wrong emoji comparison in equals (#10861) (5f3fc17)
  • AllowedMentions, container, media item toJSON() for components v2 (#10852) (20fade2)
  • Guild: Cache soundboard sounds when patching (#10857) (e827644)
  • GuildSoundboardSoundManager: Value "undefined" is not snowflake (#10854) (6281592)

Typings

  • GuildSoundboardSoundEditOptions: Add missing reason (#10863) (e3c247e)

14.19.1

26 Apr 01:17
737b80b
Compare
Choose a tag to compare

Bug Fixes

  • Add in withComponents to Webhook (481ccd2)

14.19.0

26 Apr 00:58
a3fff7b
Compare
Choose a tag to compare

Bug Fixes

  • Set with_components when sending components through webhooks (8cdbe23)
  • GuildAuditLogEntry: Fix some incorrect types and runtime logic (#10849) (d920933)
  • Spread out section components next to accessory (1605a2c)
  • Correctly extend CachedManager in GuildSoundboardSoundManager (532c384)
  • MessagePayload: Preserve existing flags when editing (#10766) (ebfd526)

Features

Typings

  • Make Client.on() compatible with esnext.disposable in TS5.6+ (#10773) (45552fa)