Skip to content

$setVoiceStatus

$setVoiceStatus will set voice status to the specified voice channel.

Usage

$setVoiceStatus[channelID;voiceStatus]

Parameters

FieldTypeDescriptionRequired
channelIDnumberThe ID of the voice channel.true
voiceStatusstringThe voice status you want to set.true

Example(s)

1
client.command({
2
name: "setVoiceStatus",
3
code: `
4
$setVoiceStatus[1182613173220675617;Voice status text]
5
$comment[Example ID value of a voice channel]
6
`
7
});