$rewindTrack
$rewindTrack
will fast-rewinding based on a certain
specified time.
Usage
$rewindTrack[duration?]
Parameters
Field | Type | Description | Required |
---|---|---|---|
duration | string | No description provided | false |
Example(s)
This will fast-rewinding based on a certain specified time
1client.command({2 name: 'rewind',3 code: `4 $rewindTrack[10s]5 `6});
This will fast-rewinding based on a certain specified time
1module.exports = [{2 name: "rewind",3 code: `4 $rewindTrack5 `6}]