Skip to content

$playerStatus

$playerStatus will return the current Player Status.

Usage

$playerStatus

Example(s)

This will return the current player status:

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