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

Commit 96b557e

Browse files
committed
Small doc addition
1 parent 11744e1 commit 96b557e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wavelink/client.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ def get_player(self, guild_id: int, *, cls=None, node_id=None) -> Player:
201201
The given ID does not yield a valid guild or Node.
202202
ZeroConnectedNodes
203203
There are no :class:`wavelink.node.Node`'s currently connected.
204+
205+
.. versionchanged:: 0.3.0
206+
cls is now a keyword only argument.
204207
"""
205208
players = self.players
206209

0 commit comments

Comments
 (0)