Skip to content
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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

AikooNee
Copy link

No description provided.

@unfairXD
Copy link

Thx 💞

@PUSHKAR2521
Copy link

Bro can you Provide me this Code? with V4 Web Socket Please

@LND237
Copy link

LND237 commented Jun 14, 2024

@PUSHKAR2521 I think you can preview the code in the Files Changed section.

@PUSHKAR2521
Copy link

@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

@PUSHKAR2521 PUSHKAR2521 mentioned this pull request Jun 14, 2024
Copy link

@LND237 LND237 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@LND237
Copy link

LND237 commented Jun 16, 2024

why they don't merge?

@AikooNee
Copy link
Author

There is an issue with the official lavaclient plugin and you want to ignore the error, go to the package.json file located at node_modules/@lavaclient/plugin-queue/ and change the following:

"./register": {
    "default": "./register.js",
    "types": "./register.d.ts"
}

to this:

"./register": {
    "default": "./dist/register.js",
    "types": "./dist/register.d.ts"
}

@LND237
Copy link

LND237 commented Jun 27, 2024

@saiteja-madha Can you merge this PR? I think that is utterly good support option.

@MrTabaOfficial
Copy link

where can we add in Lavalink application yml lavalink name for reconnect

hwangsihu added a commit to hwangsihu/discord-js-bot that referenced this pull request Sep 14, 2024
- Updated almost all packages
- Migrated ESLint
- Fixed prittier settings
- Integrate .gitignore into Node and VS templates on GitHub
Additionally, slightly modified config.js for saiteja-madha#521
@MrTabaOfficial
Copy link

there is one problem when it disconnects it just stopping not trying reconnect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants