Skip to content

$stopTrack

$stopTrack will stop the current track.

Usage

$stopTrack

Example(s)

This will stop the current track:

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