#Trying to use voice of users as an audio stream

8 messages · Page 1 of 1 (latest)

mossy storm
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

tawdry wadi
#

is there a reason you're not using createAudioResource and createAudioPlayer?

marsh coyote
tawdry wadi
#

yes, feel free to read the guide as well

last dustBOT
tawdry wadi
#

as a side note, your error came from passing incorrect params to the AudioResource constructor
AudioPlayer's constructor also does not accept an AudioResource

marsh coyote
#

Ah, okay thanks for that