Audio not playing
The bot joins the vc correctly, but the audio is not playing.
What am I missing? node v: v18.16.1 ; discordjs: 14.13.0
4 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!
- ✅
Marked as resolved by OPthe file is in the same folder as the command and i have ffmpeg installed
project structure
i have changed to absolute path for the audio file and is now working, thanks