Auto stop music in between

song auto stop while playing song and it stop before song over
11 Replies
d.js toolkit
d.js toolkit12mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button! - Marked as resolved by OP
d.js docs
d.js docs12mo ago
To debug your voice connection and player: - Use debug: true when creating your VoiceConnection and AudioPlayer - Add an event listener to the <VoiceConnection> and the <AudioPlayer>:
// Add one for each class if applicable
<AudioPlayer | VoiceConnection>
.on('debug', console.log)
.on('error', console.error)
// Add one for each class if applicable
<AudioPlayer | VoiceConnection>
.on('debug', console.log)
.on('error', console.error)
- Add an error listener to the stream you are passing to the resource:
<Stream>.on('error', console.error)
<Stream>.on('error', console.error)
Note: The <> represents classes that need to be adapted to their respective name in your code
! Ɱr.' ⚘₊ζ͜͡A M B A N I
@Qjuh sir after auto stop song if i move bot to another voice channel then bot start playing song and it repeat same thing after sometime in that vc bot auto stop song
duck
duck12mo ago
that's great have you added the appropriate event listeners as the tag says to do?
duck
duck12mo ago
I'm not exactly sure how to respond to this if you're confused about something, please describe what you're confused about instead of just sending the word "means"
! Ɱr.' ⚘₊ζ͜͡A M B A N I
i didn't understand these
duck
duck12mo ago
I'm asking if you followed the instructions in this message
! Ɱr.' ⚘₊ζ͜͡A M B A N I
yes all instructions all follwed
d.js docs
d.js docs12mo ago
discord Discord Voice read more
duck
duck12mo ago
and what's the output from these logs?
Want results from more Discord servers?
Add your server