mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 20:28:38 +00:00
[tasks] Remove HTTPException as an exception to silently continue for
This commit is contained in:
parent
a947c7a6ec
commit
fc951873a1
@ -52,7 +52,6 @@ class Loop:
|
|||||||
self._injected = None
|
self._injected = None
|
||||||
self._valid_exception = (
|
self._valid_exception = (
|
||||||
OSError,
|
OSError,
|
||||||
discord.HTTPException,
|
|
||||||
discord.GatewayNotFound,
|
discord.GatewayNotFound,
|
||||||
discord.ConnectionClosed,
|
discord.ConnectionClosed,
|
||||||
aiohttp.ClientError,
|
aiohttp.ClientError,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user