Skip to content

Commit e317ce9

Browse files
authored
feat(components): Close that string - final fix
Signed-off-by: Mathieu <[email protected]>
1 parent 9b4f02c commit e317ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ def from_dict(cls, data:SelectMenuPayload) -> SelectMenu:
820820
min_values=data.pop('min_values', 1),
821821
max_values=data.pop('max_values', 1),
822822
disabled=data.pop('disabled', False),
823-
placeholder=data.get('placeholder),
823+
placeholder=data.get('placeholder'),
824824
)
825825

826826

0 commit comments

Comments
 (0)