mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 19:28:54 -05:00
Silenced both errors
This commit is contained in:
parent
2ef41d6cb6
commit
b3f3500dc7
@ -332,6 +332,8 @@ class Audio:
|
|||||||
log.debug("killed old player")
|
log.debug("killed old player")
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
pass
|
pass
|
||||||
|
except ProcessLookupError:
|
||||||
|
pass
|
||||||
|
|
||||||
log.debug("making player on sid {}".format(server.id))
|
log.debug("making player on sid {}".format(server.id))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user