Skip to content

onVoiceStateUpdate

1
client.voiceStateUpdateCommand({
2
name: "Voice State Update",
3
channel: "$channelId",
4
code: `
5
$log[$authorId just joined $newState[id]!]
6
`
7
});