Skip to content

Releases: discordjs/discord.js

14.15.3

02 Jun 21:17
311aaf2
Compare
Choose a tag to compare

Bug Fixes

  • Message: Properly compare attachments and embeds (#10282) (a468ae8)
  • Throw error on no message id for Message#fetchReference() (#10295) (638b896)
  • ThreadChannel: Invalid owner fetch option (#10292) (27d0659)
  • Action: Ensure all properties on getChannel() are passed (#10278) (92c1a51)
  • docs: Some link tags didn't resolve correctly (#10269) (914cc4b)
  • actions: Handle missing poll object (#10266) (7816ec2)

Refactor

  • GuildChannelManager: Improve addFollower errors (#10277) (555961b)

Typings

  • Forum starter messages do not support polls (#10276) (35207b0)
  • Add defaultValues to respective select menu components data (#10265) (c2432d5)

@discordjs/ws@1.1.1

02 Jun 21:15
311aaf2
Compare
Choose a tag to compare

Bug Fixes

@discordjs/builders@1.8.2

02 Jun 21:14
311aaf2
Compare
Choose a tag to compare

Bug Fixes

  • SlashCommandBuilder: Add missing shared properties (#10255) (29fd89f)

Documentation

  • SelectMenuBuilder: Correct grammatical errors (#10309) (aae2faf)
  • TextInputBuilder: Correct constructor documentation (#10308) (c1e6890)
  • MappedComponentTypes: Fix "inpiut" typo (#10306) (29a50bb)

14.15.2

05 May 18:03
Compare
Choose a tag to compare

Bug Fixes

  • PollAnswer: FetchVoters route changed to MessageManager (#10251) (30d79e8)

@discordjs/builders@1.8.1

05 May 18:01
Compare
Choose a tag to compare

Bug Fixes

14.15.1

04 May 19:19
f2794e1
Compare
Choose a tag to compare

Bug Fixes

  • MessageManager: Poll methods don't need a channel id (#10249) (0474a43)

14.15.0

04 May 19:12
Compare
Choose a tag to compare

Bug Fixes

Documentation

Features

Performance

  • Presence: Prefer boolean client status comparison before activity checks (#10213) (4ad2858)

Refactor

Typings

create-discord-bot@0.3.0

04 May 17:51
Compare
Choose a tag to compare

Bug Fixes

Features

  • Local and preview detection (79fbda3)

Refactor

@discordjs/ws@1.1.0

04 May 17:56
Compare
Choose a tag to compare

Bug Fixes

Documentation

Features

  • ws: Support for custom worker messaging (#10241) (728164e)
  • Local and preview detection (79fbda3)
  • Add support for using keyword on discord.js Client and WebSocketManager (#10063) (543d617)
  • Use globally available WebSocket client in runtimes that have it (#10042) (319ef9a)

Refactor

@discordjs/voice@0.17.0

04 May 17:52
Compare
Choose a tag to compare

Bug Fixes

  • Minify mainlib docs json (#9963) (4b88306)
  • TransformerGraph: Explicitly include input args for readable input cases instead of just for string input cases (#9793) (788888a)
  • Fix external links (#9313) (a7425c2)

Documentation

  • Split docs.api.json into multiple json files (597340f)
  • create-discord-bot: Support bun in create-discord-bot (#9798) (7157748)
  • Update Node.js requirement to 16.11.0 (#9764) (188877c)
  • Include StreamType enum description in new docs (#9457) (36216c0)
  • Generate static imports for types with api-extractor (98a76db)

Features

  • Local and preview detection (79fbda3)

Refactor