Radio
My bot is playing music from an online radio station, but the music stops playing after like 30 seconds. I thought it was something with YouTube only, but it also affects my radio bot. Is there any way to fix it without pauses in between the music?
5 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
what is your
@discordjs/voice
version?
also discord.js
please"@discordjs/voice": "^0.11.0"
"discord.js": "^14.8.0"
npm i @discordjs/voice@latest
Thanks, it works fine now. I was just confused because it had always worked before.