mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 15:35:11 +00:00
Update src/plugins/copyStickerLinks/index.tsx
Co-authored-by: ImBanana - Elad <eladtairo@gmail.com>
This commit is contained in:
parent
1302a1c7fc
commit
113bd7c236
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue