diff --git a/src/plugins/webhookManager.desktop/index.tsx b/src/plugins/webhookManager.desktop/index.tsx index 2bc381b36..2962e7f56 100644 --- a/src/plugins/webhookManager.desktop/index.tsx +++ b/src/plugins/webhookManager.desktop/index.tsx @@ -113,12 +113,6 @@ export default definePlugin({ type: ApplicationCommandOptionType.STRING, required: false }, - { - name: "tts", - description: "Send with TTS", - type: ApplicationCommandOptionType.BOOLEAN, - required: false - }, { name: "avatar-url", description: "Send with a custom profile picture. You must input a valid image URL.", @@ -127,7 +121,7 @@ export default definePlugin({ }, { name: "raw", - description: "Send message as raw JSON", + description: "Send message as raw JSON.", type: ApplicationCommandOptionType.BOOLEAN, required: false }