Tomato6966 / lavalink-client

Easy, flexible and feature-rich lavalink@v4 Client. Both for Beginners and Proficients.
https://tomato6966.github.io/lavalink-client/
MIT License
48 stars 13 forks source link

Additional features inquiry #10

Closed dazzypark closed 11 months ago

dazzypark commented 11 months ago

Is it possible to create a function that moves the time of the currently playing song by entering a time into the function? Thank you for creating the library! Became very helpful 🙏

Tomato6966 commented 11 months ago

use player.seek(position:numberInMS) or directly set the position, when playing a track in player.play({ position: numberInMS })