mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 18:32:32 -05:00
Possible fix for ffmpeg zombies
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user