From 9b600b9dad92d604482c16d4ef64ae4f39b62f8f Mon Sep 17 00:00:00 2001 From: byron <47872200+byeoon@users.noreply.github.com> Date: Wed, 13 Mar 2024 13:57:14 -0400 Subject: [PATCH] *quickly changed some grammar* --- src/plugins/WebhookManager/index.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/plugins/WebhookManager/index.tsx b/src/plugins/WebhookManager/index.tsx index f05135bd5..d44541a50 100644 --- a/src/plugins/WebhookManager/index.tsx +++ b/src/plugins/WebhookManager/index.tsx @@ -27,7 +27,7 @@ export default definePlugin({ options: [ { name: "url", - description: "The URL of the webhook.", + description: "The URL of the webhook", type: ApplicationCommandOptionType.STRING, required: true } @@ -62,7 +62,7 @@ export default definePlugin({ options: [ { name: "url", - description: "The URL of the webhook.", + description: "The URL of the webhook", type: ApplicationCommandOptionType.STRING, required: true } @@ -100,19 +100,19 @@ export default definePlugin({ options: [ { name: "url", - description: "The URL of the webhook.", + description: "The URL of the webhook", type: ApplicationCommandOptionType.STRING, required: true }, { name: "message", - description: "The message you want to send.", + description: "The message you want to send", type: ApplicationCommandOptionType.STRING, required: true }, { name: "username", - description: "Give the webhook a custom name (Leave blank for default).", + description: "Send with a custom webhook username", type: ApplicationCommandOptionType.STRING, required: false }, @@ -124,7 +124,7 @@ export default definePlugin({ }, { name: "tts", - description: "Send with TTS?", + description: "Send with TTS", type: ApplicationCommandOptionType.BOOLEAN, required: false }