Controlling volume
suppose this is my code:
how do i make this audio inline and how to control its volume? Also, what does inline audio do?
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 OPdiscord.js voice latest, same with discord.js
node v 18.12.1
CreateAudioResourceOptions
0.16.0
Options that are set when creating a new audio createAudioResource 0.16.0
Creates an audio resource that can be played by audio players.so
ryt?
so
?
how do i make it inlinevolume???
like
createAudioResource('songs/skibidi.mp3', {inlineVolume: true});
?
I got this error:
my code:
oh wait
shit i forgor