Romans
Explore posts from serversDIAdiscord.js - Imagine an appSMSatisfactory ModdingJCHJava Community | Help. Code. Learn.TIPThe Iris ProjectDHDistant Horizons
DIAdiscord.js - Imagine an app
•Created by Romans on 9/21/2024 in #djs-voice
YTDL AudioPlayer.play gives error
Hello! Trying to replicate a pseudo music bot from links with YTDL
The bot enters in channel, but then returns the error: Error: Cannot play a resource that has already ended.
Code:
I've the GuildVoiceStates intent
Then if i try without the ytdl.getbasic info, but directly with
const song = args[1] // that is const args = message.content.split(" ");;
i got a big long error:
https://pastebin.com/VCLNcJ51
2 replies