diff --git a/lavalink/node.py b/lavalink/node.py index 7e8a9cb6..a39a8374 100644 --- a/lavalink/node.py +++ b/lavalink/node.py @@ -239,7 +239,7 @@ async def connect(self, timeout=None, shutdown=False): ------ asyncio.TimeoutError If the websocket failed to connect after the given time. - AbortingConnectionException: + AbortingConnection: If the connection attempt must be aborted during a reconnect attempt """ self._is_shutdown = shutdown