Skip to content

onChannelCreate

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