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