Skip to content

Releases: lavaclient/lavadeno

v3.3.0

12 Oct 23:31
d23fd25
Compare
Choose a tag to compare

Full Changelog: 3.2.3...3.3.0

  • Fixes reconnection issues w/ pogsocket

3.2.3

27 Feb 22:53
Compare
Choose a tag to compare

✨ Add channelJoin event
💥 Change signature for event channelLeave
✨ Add disconnected event to replace old channelLeave event

3.2.1

12 Aug 15:46
Compare
Choose a tag to compare

✨ adds volume property

🚑️ fix stuff broken in Deno v1.13

12 Aug 15:20
Compare
Choose a tag to compare
3.2.0

:sparkles: remove old std websocket

💥 gotta break some things

11 Aug 04:04
Compare
Choose a tag to compare

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)

🐛

09 Aug 00:07
Compare
Choose a tag to compare
3.0.1

:bug: fix issues with lavalink 3.x.x.x #6

🚀 Lavadeno's Long-awaited Rewrite

08 Aug 20:13
a34461c
Compare
Choose a tag to compare

Uhm, migrate yourself 👌🏼 💯 🥶

Bug Fixes

01 Mar 09:27
Compare
Choose a tag to compare

Fixes a bug that was present in lavaclient

PR

Fixes

24 Dec 09:53
d3d22db
Compare
Choose a tag to compare

Fixes things

Lavaclient API Sync

23 Aug 15:09
d6199ce
Compare
Choose a tag to compare

Basically copied lavaclients code and made it work with the deno runtime hopefully