-
Notifications
You must be signed in to change notification settings - Fork 718
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Lavalink v4 support #521
base: main
Are you sure you want to change the base?
Conversation
Thx 💞 |
Bro can you Provide me this Code? with V4 Web Socket Please |
@PUSHKAR2521 I think you can preview the code in the Files Changed section. |
@LND237 Yeap bro i done that and there might be an issue regarding Package of Lavalink Client Queue that you need to mention dist folder in @lavaclient/plugin-queue/package.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
why they don't merge? |
There is an issue with the official lavaclient plugin and you want to ignore the error, go to the "./register": {
"default": "./register.js",
"types": "./register.d.ts"
} to this: "./register": {
"default": "./dist/register.js",
"types": "./dist/register.d.ts"
} |
@saiteja-madha Can you merge this PR? I think that is utterly good support option. |
where can we add in Lavalink application yml lavalink name for reconnect |
there is one problem when it disconnects it just stopping not trying reconnect |
No description provided.