Skip to content

$skipTrack

$skipTrack will skip the current track.

Usage

$skipTrack

Example(s)

This will skip the current track:

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