mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-22 16:51:59 +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._valid_exception = (
|
||||
OSError,
|
||||
discord.HTTPException,
|
||||
discord.GatewayNotFound,
|
||||
discord.ConnectionClosed,
|
||||
aiohttp.ClientError,
|
||||
|
Loading…
x
Reference in New Issue
Block a user