Skip to content

onStageInstanceCreate

1
client.stageInstanceCreateCommand({
2
name: "Stage Delete",
3
channel: "$channelId",
4
code: `
5
$log[$channelId just started!]
6
`
7
});