Closed Gielert closed 5 years ago
Merging #13 into master will decrease coverage by
0.47%
. The diff coverage is75%
.
@@ Coverage Diff @@
## master #13 +/- ##
==========================================
- Coverage 89.42% 88.95% -0.48%
==========================================
Files 19 19
Lines 520 534 +14
Branches 84 85 +1
==========================================
+ Hits 465 475 +10
- Misses 55 59 +4
Impacted Files | Coverage Δ | |
---|---|---|
src/voice/Dispatcher.js | 72.41% <50%> (-3.59%) |
:arrow_down: |
src/voice/DispatchStream.js | 86.95% <83.33%> (-1.18%) |
:arrow_down: |
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 78befee...0143c14. Read the comment docs.
Adds setting volume on the fly through the use of
client.voiceConnection.setVolume(0.2)
.