Releases: PythonistaGuild/Wavelink
Releases · PythonistaGuild/Wavelink
v0.3.05
v0.3.04
v0.3.03
v0.3.02
v0.3.01
v0.3.0
Design changes to client.get_player. The following changes were made:
Added an optional kwarg node_id.
Breaking change: positional arg cls is now a kwarg.
node_id allows users to specify which node a new player should be created under. If the node cannot be found an error is raised.
Players that already exist are not affected by this kwarg.
cls is now a kwarg. This is a breaking change.
In addition to these changes:
Track.author was added.