@discordjs/builders 1.3.0 → 1.3.1-dev.1665274467-5f72d8b.0
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 +27 -13
- 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 +2 -2
package/README.md
CHANGED
|
@@ -30,27 +30,41 @@ pnpm add @discordjs/builders
|
|
|
30
30
|
|
|
31
31
|
Here are some examples for the builders and utilities you can find in this package:
|
|
32
32
|
|
|
33
|
-
- [Slash Command Builders]
|
|
33
|
+
- [Slash Command Builders][example]
|
|
34
34
|
|
|
35
35
|
## Links
|
|
36
36
|
|
|
37
|
-
- [Website]
|
|
38
|
-
- [Documentation]
|
|
39
|
-
- [Guide]
|
|
40
|
-
See also the [Update Guide]
|
|
41
|
-
- [discord.js Discord server]
|
|
42
|
-
- [Discord API Discord server]
|
|
43
|
-
- [GitHub]
|
|
44
|
-
- [npm]
|
|
45
|
-
- [Related libraries]
|
|
37
|
+
- [Website][website] ([source][website-source])
|
|
38
|
+
- [Documentation][documentation]
|
|
39
|
+
- [Guide][guide] ([source][guide-source])
|
|
40
|
+
See also the [Update Guide][guide-update], including updated and removed items in the library.
|
|
41
|
+
- [discord.js Discord server][discord]
|
|
42
|
+
- [Discord API Discord server][discord-api]
|
|
43
|
+
- [GitHub][source]
|
|
44
|
+
- [npm][npm]
|
|
45
|
+
- [Related libraries][related-libs]
|
|
46
46
|
|
|
47
47
|
## Contributing
|
|
48
48
|
|
|
49
49
|
Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the
|
|
50
|
-
[documentation]
|
|
51
|
-
See [the contribution guide]
|
|
50
|
+
[documentation][documentation].
|
|
51
|
+
See [the contribution guide][contributing] if you'd like to submit a PR.
|
|
52
52
|
|
|
53
53
|
## Help
|
|
54
54
|
|
|
55
55
|
If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle
|
|
56
|
-
nudge in the right direction, please don't hesitate to join our official [discord.js Server]
|
|
56
|
+
nudge in the right direction, please don't hesitate to join our official [discord.js Server][discord].
|
|
57
|
+
|
|
58
|
+
[example]: https://github.com/discordjs/discord.js/blob/main/packages/builders/docs/examples/Slash%20Command%20Builders.md
|
|
59
|
+
[website]: https://discord.js.org/
|
|
60
|
+
[website-source]: https://github.com/discordjs/discord.js/tree/main/packages/website
|
|
61
|
+
[documentation]: https://discord.js.org/#/docs/builders
|
|
62
|
+
[guide]: https://discordjs.guide/
|
|
63
|
+
[guide-source]: https://github.com/discordjs/guide
|
|
64
|
+
[guide-update]: https://discordjs.guide/additional-info/changes-in-v14.html
|
|
65
|
+
[discord]: https://discord.gg/djs
|
|
66
|
+
[discord-api]: https://discord.gg/discord-api
|
|
67
|
+
[source]: https://github.com/discordjs/discord.js/tree/main/packages/builders
|
|
68
|
+
[npm]: https://www.npmjs.com/package/@discordjs/builders
|
|
69
|
+
[related-libs]: https://discord.com/developers/docs/topics/community-resources#libraries
|
|
70
|
+
[contributing]: https://github.com/discordjs/discord.js/blob/main/.github/CONTRIBUTING.md
|
package/dist/index.js
CHANGED
|
@@ -1492,7 +1492,7 @@ __name(embedLength, "embedLength");
|
|
|
1492
1492
|
|
|
1493
1493
|
// src/index.ts
|
|
1494
1494
|
__reExport(src_exports, require("@discordjs/util"), module.exports);
|
|
1495
|
-
var version = "1.3.0";
|
|
1495
|
+
var version = "1.3.1-dev.1665274467-5f72d8b.0";
|
|
1496
1496
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1497
1497
|
0 && (module.exports = {
|
|
1498
1498
|
ActionRowBuilder,
|