diff --git a/src/plugins/webhookManager.desktop/index.tsx b/src/plugins/webhookManager.desktop/index.tsx index 558034b26..7f7cb30f4 100644 --- a/src/plugins/webhookManager.desktop/index.tsx +++ b/src/plugins/webhookManager.desktop/index.tsx @@ -5,18 +5,19 @@ */ import { ApplicationCommandInputType, ApplicationCommandOptionType, findOption, sendBotMessage } from "@api/Commands"; -import { ModalRoot, ModalSize } from "@utils/modal"; import { Devs } from "@utils/constants"; +import { ModalRoot, ModalSize } from "@utils/modal"; import definePlugin, { PluginNative } from "@utils/types"; const Native = VencordNative.pluginHelpers.WebhookManager as PluginNative; -// TODO: Create Modal +// TODO: Create Modal and add stuff function webhookMessageModal(props: ModalProps) { return ( - - {...props} - size={ModalSize.MEDIUM} + + + + ); }