@discordjs/voice 0.13.0 → 0.13.1-dev.1665317053-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 +25 -13
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -66,24 +66,36 @@ try installing another.
|
|
|
66
66
|
|
|
67
67
|
## Links
|
|
68
68
|
|
|
69
|
-
- [Website]
|
|
70
|
-
- [Documentation]
|
|
71
|
-
- [Guide]
|
|
72
|
-
See also the [Update Guide]
|
|
73
|
-
- [discord.js Discord server]
|
|
74
|
-
- [Discord API Discord server]
|
|
75
|
-
- [GitHub]
|
|
76
|
-
- [npm]
|
|
77
|
-
- [Related libraries]
|
|
78
|
-
- [Examples](https://github.com/discordjs/discord.js/tree/main/packages/voice/examples)
|
|
69
|
+
- [Website][website] ([source][website-source])
|
|
70
|
+
- [Documentation][documentation]
|
|
71
|
+
- [Guide][guide] ([source][guide-source])
|
|
72
|
+
See also the [Update Guide][guide-update], including updated and removed items in the library.
|
|
73
|
+
- [discord.js Discord server][discord]
|
|
74
|
+
- [Discord API Discord server][discord-api]
|
|
75
|
+
- [GitHub][source]
|
|
76
|
+
- [npm][npm]
|
|
77
|
+
- [Related libraries][related-libs]
|
|
79
78
|
|
|
80
79
|
## Contributing
|
|
81
80
|
|
|
82
81
|
Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the
|
|
83
|
-
[documentation]
|
|
84
|
-
See [the contribution guide]
|
|
82
|
+
[documentation][documentation].
|
|
83
|
+
See [the contribution guide][contributing] if you'd like to submit a PR.
|
|
85
84
|
|
|
86
85
|
## Help
|
|
87
86
|
|
|
88
87
|
If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle
|
|
89
|
-
nudge in the right direction, please don't hesitate to join our official [discord.js Server]
|
|
88
|
+
nudge in the right direction, please don't hesitate to join our official [discord.js Server][discord].
|
|
89
|
+
|
|
90
|
+
[website]: https://discord.js.org/
|
|
91
|
+
[website-source]: https://github.com/discordjs/discord.js/tree/main/packages/website
|
|
92
|
+
[documentation]: https://discord.js.org/#/docs/voice
|
|
93
|
+
[guide]: https://discordjs.guide/
|
|
94
|
+
[guide-source]: https://github.com/discordjs/guide
|
|
95
|
+
[guide-update]: https://discordjs.guide/additional-info/changes-in-v14.html
|
|
96
|
+
[discord]: https://discord.gg/djs
|
|
97
|
+
[discord-api]: https://discord.gg/discord-api
|
|
98
|
+
[source]: https://github.com/discordjs/discord.js/tree/main/packages/voice
|
|
99
|
+
[npm]: https://www.npmjs.com/package/@discordjs/voice
|
|
100
|
+
[related-libs]: https://discord.com/developers/docs/topics/community-resources#libraries
|
|
101
|
+
[contributing]: https://github.com/discordjs/discord.js/blob/main/.github/CONTRIBUTING.md
|
package/dist/index.js
CHANGED
|
@@ -1884,7 +1884,7 @@ __name(findPackageJSON, "findPackageJSON");
|
|
|
1884
1884
|
function version(name) {
|
|
1885
1885
|
try {
|
|
1886
1886
|
if (name === "@discordjs/voice") {
|
|
1887
|
-
return "0.13.0";
|
|
1887
|
+
return "0.13.1-dev.1665317053-5f72d8b.0";
|
|
1888
1888
|
}
|
|
1889
1889
|
const pkg = findPackageJSON((0, import_node_path.dirname)(require.resolve(name)), name, 3);
|
|
1890
1890
|
return pkg?.version ?? "not found";
|
|
@@ -2027,7 +2027,7 @@ async function demuxProbe(stream, probeSize = 1024, validator = validateDiscordO
|
|
|
2027
2027
|
__name(demuxProbe, "demuxProbe");
|
|
2028
2028
|
|
|
2029
2029
|
// src/index.ts
|
|
2030
|
-
var version2 = "0.13.0";
|
|
2030
|
+
var version2 = "0.13.1-dev.1665317053-5f72d8b.0";
|
|
2031
2031
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2032
2032
|
0 && (module.exports = {
|
|
2033
2033
|
AudioPlayer,
|