Skip to content

onChannelUpdate

1
client.channelUpdateCommand({
2
name: "Channel Update",
3
channel: "$channelId",
4
code: `
5
$log[$authorId just updated the channel called: $oldChannel[name]]
6
`
7
});