Where can I find how long an AudioPlayer has been playing an AudioResource?
Using latest version of @discordjs/voice
the closest thing that I found was AudioResource.playbackDuration but that gives the whole length of the resource, not how much has been played and how much is left to play
2 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.many many many moons ago (v12) it was
connection.dispatcher.streamTime
😂
thank you