diff --git a/src/plugins/webhookManager.desktop/index.tsx b/src/plugins/webhookManager.desktop/index.tsx index 03f907440..65540082b 100644 --- a/src/plugins/webhookManager.desktop/index.tsx +++ b/src/plugins/webhookManager.desktop/index.tsx @@ -8,8 +8,8 @@ import { ApplicationCommandInputType, ApplicationCommandOptionType, findOption, import { Devs } from "@utils/constants"; import { Margins } from "@utils/margins"; import { ModalContent, ModalProps, ModalRoot, ModalSize, openModal } from "@utils/modal"; -import { Button, Forms, React, Switch, TextInput, useState } from "@webpack/common"; import definePlugin, { PluginNative } from "@utils/types"; +import { Button, Forms, React, Switch, TextInput, useState } from "@webpack/common"; const Native = VencordNative.pluginHelpers.WebhookManager as PluginNative; let url, content, username, avatarUrl = ""; @@ -59,7 +59,7 @@ function WebhookMessageModal(props: ModalProps) { >Send as Raw JSON