Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 9ae4e7f

Browse files
committed
Run black
1 parent ad34914 commit 9ae4e7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wavelink/node.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,10 @@ def status(self) -> NodeStatus:
208208
@property
209209
def players(self) -> dict[int, Player]:
210210
"""A mapping of :attr:`discord.Guild.id` to :class:`~wavelink.Player`.
211-
212-
211+
212+
213213
.. versionchanged:: 3.2.0
214-
214+
215215
This property now returns a shallow copy of the internal mapping.
216216
"""
217217
return self._players.copy()

0 commit comments

Comments
 (0)