[ ] (untested) This PR introduces a new skip_play flag to the internal _ensure_voice_safety() method of the Music cog to check if there is actually something that's loaded onto the memory regardless of whether it's paused or not. This has a whole range of usage benefits and actually solves several commands which had previously stopped working due to the music being paused.
[x] Fixed broken GitHub Actions status badges in the README.md file.
Things changed:
skip_play
flag to the internal_ensure_voice_safety()
method of the Music cog to check if there is actually something that's loaded onto the memory regardless of whether it's paused or not. This has a whole range of usage benefits and actually solves several commands which had previously stopped working due to the music being paused.