$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
1client.command({2 name: 'forward',3 code: `4 $forwardTrack[10s]5 `6});
This will fast-forwarding based on a certain specified time
1module.exports = [{2 name: "forward",3 code: `4 $forwardTrack5 `6}]