diff --git a/src/plugins/copyStickerLinks/index.tsx b/src/plugins/copyStickerLinks/index.tsx index 0e8c38b59..666b4742f 100644 --- a/src/plugins/copyStickerLinks/index.tsx +++ b/src/plugins/copyStickerLinks/index.tsx @@ -61,7 +61,7 @@ async function fetchSticker(id: string) { return body as Sticker; } -function buildMenuItem(type: "Sticker", fetchData: () => Promisable>) { +function buildMenuItem(stickerId: string) { return ( <>