Skip to content

$stopPlayer

$stopPlayer will destroy the current player.

Usage

$stopPlayer

Example(s)

This will destroy the current player:

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