Releases: lavaclient/lavadeno
Releases · lavaclient/lavadeno
v3.3.0
Full Changelog: 3.2.3...3.3.0
- Fixes reconnection issues w/ pogsocket
3.2.3
✨ Add channelJoin
event
💥 Change signature for event channelLeave
✨ Add disconnected
event to replace old channelLeave
event
🚑️ fix stuff broken in Deno v1.13
3.2.0
:sparkles: remove old std websocket
💥 gotta break some things
Commits
c2f424d
Renamed event Player#movedChannel
to Player#channelMove
4c31857
Added the event Player#channelLeave
, emitted when the bot leaves the voice channel
0d3b9d0
Player track events can now have a null track be passed (this should rarely happen but you should still check for it)
🐛
3.0.1
:bug: fix issues with lavalink 3.x.x.x #6
🚀 Lavadeno's Long-awaited Rewrite
Uhm, migrate yourself 👌🏼 💯 🥶
Bug Fixes
Fixes a bug that was present in lavaclient
PR
Lavaclient API Sync
Basically copied lavaclients code and made it work with the deno runtime hopefully