$stopTrack
$stopTrack will stop the current track.
Usage
$stopTrackExample(s)
This will stop the current track:
1client.command({2 name: "stopTrack",3 code: `4 $stopTrack5 `6});$stopTrack will stop the current track.
$stopTrackThis will stop the current track:
1client.command({2 name: "stopTrack",3 code: `4 $stopTrack5 `6});