PerformanC / NodeLink

Performant LavaLink alternative written with Node.Js
BSD 2-Clause "Simplified" License
38 stars 23 forks source link

Verify for null before calling setVolume #11

Closed Nansess closed 7 months ago

Nansess commented 8 months ago

Changes

Prevents null TypeError.

Why

To ensure a stream is playing/cached before trying to modify its volume.

Checkmarks

ThePedroo commented 8 months ago

Hello, thank you for the PR.

Even though I like it, it doesn't comply with our standards. Could you fix them according to our contributing repository so that I can merge it?