fuck lint.

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

View file

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