mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
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:
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,
|
||||
|
||||
Reference in New Issue
Block a user