even more cleanup

This commit is contained in:
Sqaaakoi 2024-10-17 17:51:55 +13:00
parent 3b7c752adb
commit c91e21e2f5
No known key found for this signature in database

View file

@ -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<string, Flag>();
@ -73,7 +72,7 @@ function Flag({ id }: { id: string; }) {
>
{Parser.parse(flagRegistry[flag.type].emoji)} {flag.text}
</Text>
</div >
</div>
);
}