discord.js 15.0.0-dev.1753014515-a7f711b30 → 15.0.0-dev.1753185967-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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -112,7 +112,7 @@ client.login(TOKEN);
112
112
  - [Guide][guide] ([source][guide-source])
113
113
  Also see the v13 to v14 [Update Guide][guide-update], which includes updated and removed items from the library.
114
114
  - [discord.js Discord server][discord]
115
- - [Discord API Discord server][discord-api]
115
+ - [Discord Developers Discord server][discord-developers]
116
116
  - [GitHub][source]
117
117
  - [npm][npm]
118
118
  - [Related libraries][related-libs]
@@ -138,7 +138,7 @@ If you don't understand something in the documentation, you are experiencing pro
138
138
  [guide-source]: https://github.com/discordjs/guide
139
139
  [guide-update]: https://discordjs.guide/additional-info/changes-in-v14.html
140
140
  [discord]: https://discord.gg/djs
141
- [discord-api]: https://discord.gg/discord-api
141
+ [discord-developers]: https://discord.gg/discord-developers
142
142
  [source]: https://github.com/discordjs/discord.js/tree/main/packages/discord.js
143
143
  [npm]: https://www.npmjs.com/package/discord.js
144
144
  [related-libs]: https://discord.com/developers/docs/topics/community-resources#libraries
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "discord.js",
4
- "version": "15.0.0-dev.1753014515-a7f711b30",
4
+ "version": "15.0.0-dev.1753185967-90b369294",
5
5
  "description": "A powerful library for interacting with the Discord API",
6
6
  "main": "./src/index.js",
7
7
  "types": "./typings/index.d.ts",
@@ -61,12 +61,12 @@
61
61
  "magic-bytes.js": "^1.12.1",
62
62
  "tslib": "^2.8.1",
63
63
  "undici": "7.11.0",
64
- "@discordjs/builders": "^1.11.1",
65
64
  "@discordjs/collection": "^2.1.1",
66
65
  "@discordjs/formatters": "^0.6.1",
67
66
  "@discordjs/util": "^1.1.1",
68
67
  "@discordjs/rest": "^2.5.0",
69
- "@discordjs/ws": "^2.0.2"
68
+ "@discordjs/ws": "^2.0.2",
69
+ "@discordjs/builders": "^1.11.1"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@favware/cliff-jumper": "^4.1.0",