-
Hey, I'm working on a new Node.js Lavalink client library and I want to ask when the v4 should be released (if there is any release date) I also have a second question. I have been trying to create a new player using the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
We currently have no release date set for As for |
Beta Was this translation helpful? Give feedback.
We currently have no release date set for
v4
as it awaits a review.All changes are ready to be used already, however there may be bugs. Feel free to report anything not matching the docs or not working.
As for
/v3/sessions/sessionId/players/guildId
you need to set a password in yourapplication.yml
and provide this with theAuthorization
header. See here.If you feel like you provide the correct password double check that your
application.yml
is actually taking effect (port should be 2333 and not 8080 in the logs when using the defaultapplication.yml
)