@discordjs/voice 0.16.0-dev.1679918669-b8b852e.0 → 0.16.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/dist/index.mjs CHANGED
@@ -2404,7 +2404,7 @@ __name(findPackageJSON, "findPackageJSON");
2404
2404
  function version(name) {
2405
2405
  try {
2406
2406
  if (name === "@discordjs/voice") {
2407
- return "0.16.0-dev.1679918669-b8b852e.0";
2407
+ return "0.16.0";
2408
2408
  }
2409
2409
  const pkg = findPackageJSON(dirname(__require.resolve(name)), name, 3);
2410
2410
  return pkg?.version ?? "not found";
@@ -2547,7 +2547,7 @@ async function demuxProbe(stream, probeSize = 1024, validator = validateDiscordO
2547
2547
  __name(demuxProbe, "demuxProbe");
2548
2548
 
2549
2549
  // src/index.ts
2550
- var version2 = "0.16.0-dev.1679918669-b8b852e.0";
2550
+ var version2 = "0.16.0";
2551
2551
  export {
2552
2552
  AudioPlayer,
2553
2553
  AudioPlayerError,