Skip to content

$stopPlayer

$stopPlayer will stop the current playing track

Usage

$stopPlayer

Example(s)

This will stop the current playing track

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