From 5645fb5c21e52db108fe5a3e2fbb04a38da988e7 Mon Sep 17 00:00:00 2001 From: Draper <27962761+Drapersniper@users.noreply.github.com> Date: Tue, 29 Mar 2022 21:14:12 +0100 Subject: [PATCH] Update lavalink/player.py Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com> --- lavalink/player.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lavalink/player.py b/lavalink/player.py index 53e3b763..52f3b728 100644 --- a/lavalink/player.py +++ b/lavalink/player.py @@ -136,7 +136,7 @@ async def on_voice_state_update(self, data: dict) -> None: if channel != self.channel: if self.channel: self._last_channel_id = self.channel.id - elif channel is None: + if channel is None: self._session_id = None self._pending_server_update = None ws_rll_log.verbose(