Skip to content

$pauseTrack

$pauseTrack will pause the current track.

Usage

$pauseTrack

Example(s)

This will pause the current track:

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