aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/client.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/client.py b/discord/client.py
index dc3b24cc..9d3ea761 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -401,6 +401,7 @@ class Client:
except (HTTPException,
GatewayNotFound,
aiohttp.ClientError,
+ asyncio.TimeoutError,
websockets.InvalidHandshake,
websockets.WebSocketProtocolError) as e: