Anyway to stop the audioPlayer from playing in another file?
I want to stop the audioPlayer from playing in another file, is there anyway to do this without importing it?
3 Replies
- 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!what is your use case here?
you want the player to not be interrupted if it is currently playing another resource?
You can do that by checking the state of the player, and if it is, not execute play command