fix lint breaking

This commit is contained in:
byeoon 2024-06-10 09:49:48 -04:00 committed by GitHub
parent 1da50eb8f4
commit 2721cd3d47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@
*/ */
import { ApplicationCommandInputType, ApplicationCommandOptionType, findOption, sendBotMessage } from "@api/Commands"; import { ApplicationCommandInputType, ApplicationCommandOptionType, findOption, sendBotMessage } from "@api/Commands";
import { ModalContent, ModalHeader, ModalRoot, openModalLazy } from "@utils/modal"; import { ModalRoot, ModalSize } from "@utils/modal";
import { Devs } from "@utils/constants"; import { Devs } from "@utils/constants";
import definePlugin, { PluginNative } from "@utils/types"; import definePlugin, { PluginNative } from "@utils/types";