Cog-Creators / Red-DiscordBot

A multi-function Discord bot
https://docs.discord.red
GNU General Public License v3.0
4.63k stars 2.28k forks source link

fix for audio disconnect command not checking perms #6385

Open BenCos17 opened 1 month ago

BenCos17 commented 1 month ago

Description of the changes

fix for audio issue in issue number 6365

Have the changes in this PR been tested?

Yes

Flame442 commented 1 month ago

I think in cases where nobody is in the voice channel, it would make sense to allow someone not in the voice channel to disconnect. Additionally, you are currently failing the style checks. Please format your PR with black -l 99 using the instructions in our CONTRIBUTING.MD file.

BenCos17 commented 1 month ago

I think in cases where nobody is in the voice channel, it would make sense to allow someone not in the voice channel to disconnect. Additionally, you are currently failing the style checks. Please format your PR with black -l 99 using the instructions in our CONTRIBUTING.MD file.

fixed the style stuff btw