-
If I'm playing a track, is there any way to fast forward? For example |
Beta Was this translation helpful? Give feedback.
Answered by
twlite
Aug 7, 2023
Replies: 1 comment 1 reply
-
https://discord-player.js.org/docs/discord-player/class/GuildQueuePlayerNode?scrollTo=fm-seek
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JUNSKIx1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://discord-player.js.org/docs/discord-player/class/GuildQueuePlayerNode?scrollTo=fm-seek
queue.node.seek(duration)
. This can seek to the specific point. For example,0
= beginning of the track and60000
= 1 minute, etc.