Skip to content

Commit 942e8d5

Browse files
Update discord/components/text_input.py
Co-authored-by: Lumouille <[email protected]> Signed-off-by: Paillat <[email protected]>
1 parent 59b9415 commit 942e8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/components/text_input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def from_payload(cls, payload: TextInputComponentPayload) -> Self:
136136
return cls(
137137
style=style,
138138
custom_id=custom_id,
139-
min_lenght=min_length,
139+
min_length=min_length,
140140
max_length=max_length,
141141
placeholder=placeholder,
142142
required=required,

0 commit comments

Comments
 (0)