Skip to content

onThreadCreate

1
client.threadCreateCommand({
2
name: "Thread Create",
3
channel: "$channelId",
4
code: `
5
$log[$authorId just created a new thread called: $newChannel[name]]
6
`
7
});