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