Skip to content

Commit

Permalink
add more info to player repr
Browse files Browse the repository at this point in the history
  • Loading branch information
Drapersniper committed Mar 30, 2022
1 parent b753ca3 commit 4a5427c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lavalink/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def __repr__(self):
"<Player: "
f"state={self.state.name}, connected={self.connected}, "
f"last_node_update={self._last_update}, stuck_timer={self._consider_stuck_after}, "
f"monitor_task_running={not self._monitor_task.cancelled()}, "
f"guild={self.guild.name!r} ({self.guild.id}), "
f"channel={self.channel.name!r} ({self.channel.id}), "
f"playing={self.is_playing}, paused={self.paused}, volume={self.volume}, "
Expand Down

0 comments on commit 4a5427c

Please sign in to comment.