Update src/plugins/copyStickerLinks/index.tsx

Co-authored-by: ImBanana - Elad <eladtairo@gmail.com>
This commit is contained in:
byeoon 2025-02-05 08:36:29 -05:00 committed by GitHub
parent 1302a1c7fc
commit 113bd7c236
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,7 +61,7 @@ async function fetchSticker(id: string) {
return body as Sticker;
}
function buildMenuItem(type: "Sticker", fetchData: () => Promisable<Omit<Sticker, "t">>) {
function buildMenuItem(stickerId: string) {
return (
<>
<Menu.MenuSeparator></Menu.MenuSeparator>