From 2ef41d6cb69108e59a3dd6c2b71c4aa46bdb469e Mon Sep 17 00:00:00 2001 From: Twentysix Date: Fri, 20 May 2016 13:34:32 +0200 Subject: [PATCH] Silenced process lookup error --- cogs/audio.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cogs/audio.py b/cogs/audio.py index 772cbb468..40243b462 100644 --- a/cogs/audio.py +++ b/cogs/audio.py @@ -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 = []