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
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.