Skip to content

$seek

$seek will seek to a specified position of a song.

Usage

$seek[duration]

Parameters

FieldTypeDescriptionRequired
durationstringsong position, example: 1m 5strue

Example(s)

This will seek to a specified position of a song

1
client.command({
2
name: "seek",
3
code: `
4
$seek[1m 5s]
5
`
6
});