Skip to content

Commit

Permalink
Some shit
Browse files Browse the repository at this point in the history
  • Loading branch information
Krispeckt committed Sep 13, 2024
1 parent 215d200 commit a77904c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions harmonize/connection/transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,7 @@ async def _listen(self) -> None:
break
elif message.type in (
WSMsgType.CLOSED,
WSMsgType.CLOSING,
WSMsgType.CLOSE
WSMsgType.CLOSING
):
close_code = message.data
self._node.client.dispatch("connection_lost", self._node.client.voice_clients)
Expand Down

0 comments on commit a77904c

Please # to comment.