Skip to content

$replayTrack

$replayTrack will replay the current track, start it over.

Usage

$replayTrack

Example(s)

This will replay the current track, start it over

1
client.command({
2
name: "replay",
3
code: `
4
$replayTrack
5
`
6
});