Skip to content

Commit 3af8a89

Browse files
committed
Merge branch 'feat/select-defaults' of https://github.com/DA-344/pycord into feat/select-defaults
2 parents 8ee1245 + 5e0ba3d commit 3af8a89

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

discord/ui/select.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,11 @@ def __init__(
236236
@overload
237237
def __init__(
238238
self,
239-
select_type: Literal[ComponentType.user_select, ComponentType.role_select, ComponentType.mentionable_select],
239+
select_type: Literal[
240+
ComponentType.user_select,
241+
ComponentType.role_select,
242+
ComponentType.mentionable_select,
243+
],
240244
*,
241245
custom_id: str | None = ...,
242246
placeholder: str | None = ...,

0 commit comments

Comments
 (0)