Skip to content

onPinsUpdate

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