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