Skip to content

$stopTrack

$stopTrack will stop the current playing track

Usage

$stopTrack

Example(s)

This will stop the current playing track

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