more fixes and stuff guh #2

Merged
nin0 merged 5 commits from Sqaaakoi-VencordUserPlugins/userflags-fork:more-fixes into main 2024-10-19 06:13:42 -04:00
Showing only changes of commit c91e21e2f5 - Show all commits

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>
);
}