discordjs / voice

Implementation of the Discord Voice API for discord.js and other JS/TS libraries
Apache License 2.0
327 stars 111 forks source link

docs: include StreamType enum description in new docs #239

Closed RanAwaySuccessfully closed 2 years ago

RanAwaySuccessfully commented 2 years ago

Please describe the changes this PR makes and why it should be merged:

https://discord.js.org/#/docs/voice/stable/typedef/StreamType

The link above does not have a description for the StreamType enum. This pull request should hopefully include them.

Status and versioning classification:

codecov[bot] commented 2 years ago

Codecov Report

Merging #239 (d3a3e45) into stable (3dabc30) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           stable     #239   +/-   ##
=======================================
  Coverage   73.65%   73.65%           
=======================================
  Files          21       21           
  Lines         911      911           
  Branches      227      221    -6     
=======================================
  Hits          671      671           
  Misses        238      238           
  Partials        2        2           
Impacted Files Coverage Δ
src/audio/TransformerGraph.ts 77.96% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3dabc30...d3a3e45. Read the comment docs.