Audio not playing
Hey - I followed the guide for playing audio but nothing is playing for some reason
6 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!- Show your code!
For some reason when I log music it thinks duration is 0
that path probably isn't resolving to the path you think it's resolving to
consider using an absolute path (or at the very least resolving one yourself using the
path
module)okay thanks!