Problem with play external URL
Play only work if use detected url without playlist, add await/async no fix problem
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!Only one function
config is external yml file parsed to dict
Function for detect MP3 adress, from m3u or pls link, else return default adress
They should return a link, at least that's what console.log shows
then how do I return, if I can not return by return, and I do not want to use again promise, async and await
That is, the next step would be to add to detectlink, then ?
that is, I should give the result of getLink in then ?
declare using in playURL from function detectLink use in Then ?
Should I add to my playURL function , then for for detectLink, or add something else ?