You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 5, 2025. It is now read-only.
Added node/client.build_track() which takes in a tracks unique Base64 encoded identifier and returns a wavelink Track object. Useful for building objects where only an identifier is available e.g events.
Fix a bug with player.is_playing returning True when there is no current track playing.
Fix a bug in player.play when replace=False would effect internal states of the currently playing track.
This update adds an optional kwarg to player.play named start, which determines when the song should start playing from in milliseconds. Defaults to 0 e.g the beginning.