[x] This PR improves the internal _ensure_voice_safety() method of the Music cog to prevent issues caused by pausing the playback of the current song. This issue had gone unnoticed previously until recently we tried performing actions while the playback was actually paused for a while. It is meant to be a temporary band-aid until we find a more automated solution.
[x] Fixed broken GitHub Actions status badges in the README.md file.
Things changed:
_ensure_voice_safety()
method of the Music cog to prevent issues caused by pausing the playback of the current song. This issue had gone unnoticed previously until recently we tried performing actions while the playback was actually paused for a while. It is meant to be a temporary band-aid until we find a more automated solution.