Skip to content

Commit

Permalink
Run black
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Dec 22, 2023
1 parent ad34914 commit 9ae4e7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wavelink/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,10 @@ def status(self) -> NodeStatus:
@property
def players(self) -> dict[int, Player]:
"""A mapping of :attr:`discord.Guild.id` to :class:`~wavelink.Player`.
.. versionchanged:: 3.2.0
This property now returns a shallow copy of the internal mapping.
"""
return self._players.copy()
Expand Down

0 comments on commit 9ae4e7f

Please sign in to comment.