mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-03 00:25:14 +00:00
[tasks] Remove HTTPException as an exception to silently continue for
This commit is contained in:
@ -52,7 +52,6 @@ class Loop:
|
||||
self._injected = None
|
||||
self._valid_exception = (
|
||||
OSError,
|
||||
discord.HTTPException,
|
||||
discord.GatewayNotFound,
|
||||
discord.ConnectionClosed,
|
||||
aiohttp.ClientError,
|
||||
|
Reference in New Issue
Block a user