Skip to content

onVariableUpdate

1
client.variableUpdateCommand({
2
name: "Variable Update",
3
channel: "$channelId",
4
code: `
5
$log[$oldVariable[variable] was updated!]
6
`
7
});