OmegaDevStudio / Vencord-Purge

Vencord Purge plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fail when build

myysty opened this issue · comments

when doing pnpm build it gives error for

✘ [ERROR] No matching export in "src/utils/discord.tsx" for import "MessageActions"

    src/userplugins/MessagePurge/index.ts:7:9:
      7 │ import { MessageActions } from "@utils/discord";
        ╵          ~~~~~~~~~~~~~~

1 error
Build failed
Build failed with 1 error:
src/userplugins/MessagePurge/index.ts:7:9: ERROR: No matching export in "src/utils/discord.tsx" for import "MessageActions"
✘ [ERROR] No matching export in "src/utils/discord.tsx" for import "MessageActions"

    src/userplugins/MessagePurge/index.ts:7:9:
      7 │ import { MessageActions } from "@utils/discord";
        ╵          ~~~~~~~~~~~~~~

1 error
 ELIFECYCLE  Command failed with exit code 1.