#Trying to use voice of users as an audio stream
8 messages · Page 1 of 1 (latest)
is there a reason you're not using createAudioResource and createAudioPlayer?
No, just saw that I could use AudioPlayer and AudioResource in the documentation so used that. Is it better to use those you're talking about ?
yes, feel free to read the guide as well
as a side note, your error came from passing incorrect params to the AudioResource constructor
AudioPlayer's constructor also does not accept an AudioResource
Ah, okay thanks for that
Library: Audio Resources