Try deleting node_modules and package-lock.json and run npm i again.
If it still doesn't work, you can try using yarn: https://yarnpkg.com/
Fast, reliable, and secure dependency management.
1 messages · Page 1 of 1 (latest)
Try deleting node_modules and package-lock.json and run npm i again.
If it still doesn't work, you can try using yarn: https://yarnpkg.com/
Fast, reliable, and secure dependency management.
Run npm install yarn
Then re-delete package-lock.json and node_modules and run yarn install
Oh. If it shows discord-player v5, then you can try using our beta version of the bot (it uses the v6).
Beta version: https://github.com/ZerioDev/Music-bot/tree/beta-(Bugs-are-expected)
Git clone command: git blone -b beta-(Bugs-are-expected) https://github.com/ZerioDev/Music-bot.git
This should not break anything
It is not in the default bot, but you can try coding it yourself
Well you need some coding knowledge (at least a bit), but in the idea you need a button to vote/unvote the skip and once x people has voted you skip it
ChatGPT maybe can help but a bit of code knowledge will still be better
A few things to fix but yeah can work I guess
I'll fix it
One minute
Put three ` before and after the code0
check the console
it probably crashed
one sec
replace the line js const voiceChannel = guild.me.voice.channel; by ```js
const voiceChannel = guild.members.me.voice.channel;
Can I get the entire code ? You can send it through https://sourceb.in/
Hmm
A bit complicated to implement as you need to add the total votes in the music playing I think
Music Bot Voteskip Command
ChatGPT won't do it correctly I think
one minute
voteskip.js: https://sourceb.in/wu5w09fV5b
events/Player/playerstart.js: https://srcb.in/lP2wEmvNai
Can't try it myself soo hope it workd