fix: Add value for textinput (#2163)

Co-authored-by: meister03 <root@_HOSTNAME_>
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
This commit is contained in:
meister03
2022-04-12 06:28:59 -04:00
committed by GitHub
co-authored by meister03 Skillz4Killz
parent 126f49fa53
commit 8aa3be43bd
@@ -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,