mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 11:48:55 -05:00
Silenced process lookup error
This commit is contained in:
parent
23d2ef4d90
commit
2ef41d6cb6
@ -491,6 +491,8 @@ class Audio:
|
||||
self.voice_client(server).audio_player.process.kill()
|
||||
except AttributeError:
|
||||
pass
|
||||
except ProcessLookupError:
|
||||
pass
|
||||
|
||||
def _list_local_playlists(self):
|
||||
ret = []
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user