diff --git a/disnake/gateway.py b/disnake/gateway.py index f3b93d0b0e..ef54d5580b 100644 --- a/disnake/gateway.py +++ b/disnake/gateway.py @@ -696,7 +696,7 @@ def _can_handle_close(self) -> bool: # try to reconnect. if self._close_code is None and self.socket.close_code == 1000: _log.info( - "Websocket remote in shard ID %s closed with %s. Assuming the connection dropped and attempting a reconnect.", + "Websocket remote in shard ID %s closed with %s. Assuming the connection dropped.", self.shard_id, self.socket.close_code, )