Open xayanide opened 6 months ago
:tada: This issue has been resolved in version 7.0.2-next.2 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 7.0.2 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Describe the bug
As of Lavaclient v5.0.0, there were changes to event names. https://github.com/lavaclient/lavaclient/pull/87
This was probably overlooked in https://github.com/ZPTXDev/Quaver/commit/57fb40d935528badca0dad229acf3a7dad99a1fc
This results in a bug where Quaver's lavaclient event handlers for connect and disconnect to not work.
connect
should now beconnected
disconnect
should now bedisconnected
https://github.com/ZPTXDev/Quaver/blob/aec3415b10d3a2856d0cbe82b0a3207eb0fed30c/src/events/music/connect.ts#L11 https://github.com/ZPTXDev/Quaver/blob/aec3415b10d3a2856d0cbe82b0a3207eb0fed30c/src/events/music/disconnect.ts#L4File names should follow the change respectively.
I learned about some new events in Lavaclient that might come in handy later: The
ready
event ThequeueCreate
event.Severity
Low
Affected branches
Quaver version
7.0.1
Steps to reproduce
Expected behavior
Show an indication that Lavalink has either connected or disconnected.
Actual behavior
No indication.
Relevant log output
No response