1client.stickerUpdateCommand({2 name: "Guild Sticker Update",3 channel: "$channelId",4 code: `5 $log[A sticker was updated!]6 `7});
1module.exports = {2 name: "Guild Sticker Update",3 channel: "$channelId",4 type: "stickerUpdate",5 code: `6 $log[A sticker was updated!]7 `8};