diff --git a/index.tsx b/index.tsx index 5da955a..4b2ecbd 100644 --- a/index.tsx +++ b/index.tsx @@ -10,7 +10,6 @@ import { addAccessory } from "@api/MessageAccessories"; import { Devs } from "@utils/constants"; import definePlugin from "@utils/types"; import { Parser, React, Text } from "@webpack/common"; -import { Message } from "discord-types/general"; let userFlags = new Map(); @@ -73,7 +72,7 @@ function Flag({ id }: { id: string; }) { > {Parser.parse(flagRegistry[flag.type].emoji)} {flag.text} - + ); }