$skipTrack
$skipTrack will skip the current track.
Usage
$skipTrackExample(s)
This will skip the current track
1client.command({2 name: 'skip',3 code: `4 $skipTrack5 `6});This will skip the current track
1module.exports = [{2 name: "skip",3 code: `4 $skipTrack5 `6}]