From 8aa3be43bdf0b1f91de9eb30a312e9cb29e1a227 Mon Sep 17 00:00:00 2001 From: meister03 <69507874+meister03@users.noreply.github.com> Date: Tue, 12 Apr 2022 12:28:59 +0200 Subject: [PATCH] fix: Add value for textinput (#2163) Co-authored-by: meister03 Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> --- helpers/interactions/sendInteractionResponse.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers/interactions/sendInteractionResponse.ts b/helpers/interactions/sendInteractionResponse.ts index 1093be358..88cb85b6a 100644 --- a/helpers/interactions/sendInteractionResponse.ts +++ b/helpers/interactions/sendInteractionResponse.ts @@ -45,6 +45,7 @@ export async function sendInteractionResponse( custom_id: subComponent.customId, label: subComponent.label, placeholder: subComponent.placeholder, + value: subComponent.value, min_length: subComponent.minLength, max_length: subComponent.maxLength, required: subComponent.required,