Skip to content

Releases: discordjs/discord.js

@discordjs/[email protected]

10 Sep 17:56
270d9f1
Compare
Choose a tag to compare

Bug Fixes

  • users: Correct type for editing current guild member (#11098) (9ae7377)
  • guild: Creating a template actually creates a template (#11030) (ac6ff15)

Documentation

  • guild: Deprecate API related to guild ownership (6fb0b1c)

14.22.1

22 Aug 11:10
a294b47
Compare
Choose a tag to compare

14.22.1 - (2025-08-22)

Bug Fixes

  • GuildChannel: Account for everyone base permissions (#11053) (ecef7bd)

14.22.0

20 Aug 22:06
86ecb37
Compare
Choose a tag to compare

Bug Fixes

  • Remove trailing color references (#11007) (b532df6)
  • Emoji: Remove incorrect nullables, add ApplicationEmoji#available (#10990) (90d3b28)
  • GuildChannelManager: Properly resolve avatar for createWebhook (#10772) (63f5261)
  • Message: Forwarded messages are not crosspostable (#10821) (b36b751)
  • DirectoryChannel: Export class (#10985) (51ceb20)
  • Events: WebhooksUpdate enum value (#10970) (1404e32)

Documentation

Features

  • Support user guilds (#10995) (baa08b8)
  • MessageManager: New pinned messages routes (#10993) (f469f74)
    • fetchPinned() has been renamed to fetchPins(), which is a paginated endpoint to fetch pinned messages.
  • User: Add collectibles (#10939) (8ac0e1e)
  • Role gradient colours (#10986) (9d6fdf8)
  • Support animated WebP (#10987) (cafe58b)

Refactor

Typings

  • Invite: Approximate fields should be nullable (#10997) (d60e0bf)
  • ModalSubmitFields: Fix fields type (#10816) (500712d)
  • InteractionCallbackResponse: Add missing InGuild generic (#10963) (19e74b1)

@discordjs/[email protected]

20 Aug 21:45
a2f7d3a
Compare
Choose a tag to compare

Documentation

Features

@discordjs/[email protected]

20 Aug 21:49
dceac00
Compare
Choose a tag to compare

Bug Fixes

@discordjs/[email protected]

17 Aug 22:43
29173f1
Compare
Choose a tag to compare

Bug Fixes

Documentation

Features

Build

New Contributors

@discordjs/[email protected]

10 Aug 16:52
9ce9e66
Compare
Choose a tag to compare

Bug Fixes

  • contextMenuCommands: Remove regular expression validation (#10996) (4906aae)

14.21.0

25 Jun 22:35
de22a10
Compare
Choose a tag to compare

Bug Fixes

Features

  • GuildMember: Add avatarDecorationData (#10942) (15f7571)
  • ClientApplication: Add approximateUserAuthorizationCount (#10933) (3fa429c)

Typings

  • ClientEventTypes: Add missing guildSoundboardSoundsUpdate (#10928) (c2a43b6)

@discordjs/[email protected]

25 Jun 22:28
8ab30cd
Compare
Choose a tag to compare

Features

[email protected]

22 Jun 22:04
8e374aa
Compare
Choose a tag to compare

Bug Fixes

Documentation

Refactor

Build

  • Bump Node.js to 22.12.0 (#10726) (3db8ce7) by @Jiralite
    • BREAKING CHANGE: Node.js 22.12.0 or above is required.
  • Bumps the version of create-discord-bot and create-discord-app to 4.0.0 for consistency

New Contributors