Moebytes
Moebytes
DIAdiscord.js - Imagine an app
Created by Moebytes on 8/22/2024 in #djs-voice
Seek option removed
In discord.js v12 there was an option to seek the audio stream while playing it like this:
connection.play(stream, {seek: start})
connection.play(stream, {seek: start})
But it seems to be removed, and now there isn't a way to play a stream from a different position.
player.play(resource)
player.play(resource)
I found an old issue that has some workaround code but its a bit annoying to use, when I think it should just be an option. https://github.com/discordjs/discord.js/issues/9208 Is there any plans to add this option?
7 replies