mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 19:28:54 -05:00
Possible fix for ffmpeg zombies
This commit is contained in:
parent
6271f9aefd
commit
103f3d12c1
@ -895,7 +895,6 @@ class Audio:
|
|||||||
|
|
||||||
if hasattr(voice_client, 'audio_player'):
|
if hasattr(voice_client, 'audio_player'):
|
||||||
voice_client.audio_player.stop()
|
voice_client.audio_player.stop()
|
||||||
del voice_client.audio_player
|
|
||||||
|
|
||||||
def _valid_playlist_name(self, name):
|
def _valid_playlist_name(self, name):
|
||||||
for l in name:
|
for l in name:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user