-
how do we get the current track position in discord-player ? ... i went through the docs and didnt find one . is there a way ? or its not added yet ? |
Beta Was this translation helpful? Give feedback.
Answered by
dirtbirb
Apr 30, 2024
Replies: 1 comment
-
It seems like you have to access this using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
twlite
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems like you have to access this using
queue.node.getTimestamp().current.value
instead of getting it fromqueue.node
directly.