Fix `Track.ytid` regex not accepting case insensitive matches.
0.6.2
Fix to `player.channel_id` returning a str instead of int.
0.6.1
Fix `threshold` key error in TrackStuckEvent.
0.6.0
+ 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.
0.5.03
+ Added a new event inline with Lavalink, `TrackStart`, this event supersedes the old wavelink `TrackStart` event. + `Track.thumb` now returns a higher res thumbnail (where possible). + Additional small bug fixes.
0.5.02
Added minimum Python requirements to `setup.py`. Versions of wavelink `0.4.0+` will require Python `3.7+`.