Skip to content

$forwardTrack

$forwardTrack will fast-forwarding based on a certain specified time.

Usage

$forwardTrack[duration?]

Parameters

Field Type Description Required
duration string No description provided false

Example(s)

This will fast-forwarding based on a certain specified time

1
client.command({
2
name: 'forward',
3
code: `
4
$forwardTrack[10s]
5
`
6
});