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