@discordjs/builders 2.0.0-dev.1753014512-a7f711b30 → 2.0.0-dev.1753185958-90b369294

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -43,7 +43,7 @@ You can find examples of how to use the builders in the [Slash Command Builders]
43
43
  - [Guide][guide] ([source][guide-source])
44
44
  Also see the v13 to v14 [Update Guide][guide-update], which includes updated and removed items from the library.
45
45
  - [discord.js Discord server][discord]
46
- - [Discord API Discord server][discord-api]
46
+ - [Discord Developers Discord server][discord-developers]
47
47
  - [GitHub][source]
48
48
  - [npm][npm]
49
49
  - [Related libraries][related-libs]
@@ -66,7 +66,7 @@ If you don't understand something in the documentation, you are experiencing pro
66
66
  [guide-source]: https://github.com/discordjs/guide
67
67
  [guide-update]: https://discordjs.guide/additional-info/changes-in-v14.html
68
68
  [discord]: https://discord.gg/djs
69
- [discord-api]: https://discord.gg/discord-api
69
+ [discord-developers]: https://discord.gg/discord-developers
70
70
  [source]: https://github.com/discordjs/discord.js/tree/main/packages/builders
71
71
  [npm]: https://www.npmjs.com/package/@discordjs/builders
72
72
  [related-libs]: https://discord.com/developers/docs/topics/community-resources#libraries
package/dist/index.js CHANGED
@@ -5435,7 +5435,7 @@ var MessageBuilder = class {
5435
5435
  };
5436
5436
 
5437
5437
  // src/index.ts
5438
- var version = "2.0.0-dev.1753014512-a7f711b30";
5438
+ var version = "2.0.0-dev.1753185958-90b369294";
5439
5439
  // Annotate the CommonJS export names for ESM import in node:
5440
5440
  0 && (module.exports = {
5441
5441
  ActionRowBuilder,