3 Replies
• 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.const resource = createAudioResource('https://cdn.discordapp.com/attachments/985491649209716816/988916981908533248/SES_KAYDI.mp3');
not necessarily related to your issue, @discordjs/voice
does not stream from urls for you
you'll need to fetch/request from the url first
createAudioResource
accepts a readable stream
beyond that, it's entirely possible this code is just executing multiple timesAha Türk