discordjs / voice

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

feat!(VoiceConnection): add disconnect and rename reconnect to rejoin #129

Closed amishshah closed 3 years ago

amishshah commented 3 years ago

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

Status and versioning classification:

codecov[bot] commented 3 years ago

Codecov Report

Merging #129 (8b08aa4) into main (e9c3a94) will increase coverage by 0.97%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #129      +/-   ##
==========================================
+ Coverage   66.25%   67.22%   +0.97%     
==========================================
  Files          19       19              
  Lines         880      891      +11     
  Branches      214      218       +4     
==========================================
+ Hits          583      599      +16     
+ Misses        295      290       -5     
  Partials        2        2              
Impacted Files Coverage Δ
src/VoiceConnection.ts 85.49% <100.00%> (+5.49%) :arrow_up:

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 e9c3a94...8b08aa4. Read the comment docs.