-
Notifications
You must be signed in to change notification settings - Fork 714
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
music wrapper changed and add lavalink v4 support #541
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Naiyar <[email protected]>
Why music is true in config.js? |
Because I was testing the music command and forgot to set |
ROFL |
Oh, and I think the default volume should be around 60 or 70. Anything above that is a bit noisy when doing other tasks. |
npx eslint src C:\discord-js-bot\src\commands\music\play.js ✖ 1 problem (1 error, 0 warnings) |
Please fix this issue and commit after formatting using |
Oh and updated lavalink-client to 2.4.1 please update this |
[2024-10-30 09:10:46] ERROR: Failed to load C:\discord-js-bot\src\commands\music\leave.js Reason: Alias disconnect already registered |
Okay Fixed apply this commit |
2.4.1 is not stable version |
Command name is already "leave", and now the alias is also lol |
Good |
• Changed music wrapper lavaclient to lavalink-client
• Added lavalink v4 support
• Added custom player events
• Added autoplay feature.