@discordjs/core 3.0.0-dev.1752797688-43a995bef → 3.0.0-dev.1753185962-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 +2 -2
- package/dist/http-only.js +1 -1
- package/dist/http-only.js.map +1 -1
- package/dist/http-only.mjs +1 -1
- package/dist/http-only.mjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -93,7 +93,7 @@ const guild = await api.guilds.get('1234567891011');
|
|
|
93
93
|
- [Guide][guide] ([source][guide-source])
|
|
94
94
|
Also see the v13 to v14 [Update Guide][guide-update], which includes updated and removed items from the library.
|
|
95
95
|
- [discord.js Discord server][discord]
|
|
96
|
-
- [Discord
|
|
96
|
+
- [Discord Developers Discord server][discord-developers]
|
|
97
97
|
- [GitHub][source]
|
|
98
98
|
- [npm][npm]
|
|
99
99
|
- [Related libraries][related-libs]
|
|
@@ -115,7 +115,7 @@ If you don't understand something in the documentation, you are experiencing pro
|
|
|
115
115
|
[guide-source]: https://github.com/discordjs/guide
|
|
116
116
|
[guide-update]: https://discordjs.guide/additional-info/changes-in-v14.html
|
|
117
117
|
[discord]: https://discord.gg/djs
|
|
118
|
-
[discord-
|
|
118
|
+
[discord-developers]: https://discord.gg/discord-developers
|
|
119
119
|
[source]: https://github.com/discordjs/discord.js/tree/main/packages/core
|
|
120
120
|
[npm]: https://www.npmjs.com/package/@discordjs/core
|
|
121
121
|
[related-libs]: https://discord.com/developers/docs/topics/community-resources#libraries
|
package/dist/http-only.js
CHANGED
|
@@ -3128,7 +3128,7 @@ __name(withFiles, "withFiles");
|
|
|
3128
3128
|
|
|
3129
3129
|
// src/http-only/index.ts
|
|
3130
3130
|
__reExport(http_only_exports, require("discord-api-types/v10"), module.exports);
|
|
3131
|
-
var version = "3.0.0-dev.
|
|
3131
|
+
var version = "3.0.0-dev.1753185962-90b369294";
|
|
3132
3132
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3133
3133
|
0 && (module.exports = {
|
|
3134
3134
|
API,
|