[tasks] Remove HTTPException as an exception to silently continue for

This commit is contained in:
Dan Hess
2020-08-04 23:09:04 -08:00
committed by GitHub
parent a947c7a6ec
commit fc951873a1

View File

@ -52,7 +52,6 @@ class Loop:
self._injected = None
self._valid_exception = (
OSError,
discord.HTTPException,
discord.GatewayNotFound,
discord.ConnectionClosed,
aiohttp.ClientError,