i swear to god if this doesnt fix it

This commit is contained in:
byeoon 2024-06-10 13:53:06 -04:00 committed by GitHub
parent 9ad6e1b3a2
commit 56be5eb247
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
import { ApplicationCommandInputType, ApplicationCommandOptionType, findOption, sendBotMessage } from "@api/Commands";
import { Devs } from "@utils/constants";
import definePlugin, { PluginNative } from "@utils/types";
import { ModalRoot, ModalSize, ModalProps, ModalContent } from "@utils/modal";
import { ModalContent, ModalProps, ModalRoot, ModalSize } from "@utils/modal";
const Native = VencordNative.pluginHelpers.WebhookManager as PluginNative<typeof import("./native")>;