Closed amishshah closed 3 years ago
Merging #129 (8b08aa4) into main (e9c3a94) will increase coverage by
0.97%
. The diff coverage is100.00%
.
@@ 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.
Please describe the changes this PR makes and why it should be merged:
VoiceConnection#disconnect
if you want to keep the VoiceConnection instance while still disconnecting from voice.VoiceConnection#reconnect
toVoiceConnection#rejoin
for accuracy (it actually attempts to rejoin the voice channel, not just the voice server)VoiceConnection#reconnectAttempts
toVoiceConnection#rejoinAttempts
VoiceConnection#rejoin
to take a partial JoinConfig. For example,vc.rejoin({ channelId: 'newid' })
Status and versioning classification: