Skip to content

Commit 161f705

Browse files
committed
add more info to player repr
1 parent cd1725d commit 161f705

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lavalink/player.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def __repr__(self):
7676
"<Player: "
7777
f"state={self.state.name}, connected={self.connected}, "
7878
f"last_node_update={self._last_update}, stuck_timer={self._consider_stuck_after}, "
79+
f"monitor_task_running={not self._monitor_task.cancelled()}, "
7980
f"guild={self.guild.name!r} ({self.guild.id}), "
8081
f"channel={self.channel.name!r} ({self.channel.id}), "
8182
f"playing={self.is_playing}, paused={self.paused}, volume={self.volume}, "

0 commit comments

Comments
 (0)