Skip to content

$playerChannelID

$playerChannelID will return the channel where the player message will be send.

Usage

$playerChannelID

Example(s)

This will return the channel where the player message will be send

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