Skip to content

Commit

Permalink
Update lavalink/player.py
Browse files Browse the repository at this point in the history
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
  • Loading branch information
Drapersniper and Jackenmen committed Mar 29, 2022
1 parent 08368ba commit dabced4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lavalink/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit dabced4

Please sign in to comment.