Skip to content

Commit 712cd3c

Browse files
authored
this is required apparently
1 parent bcc1a7a commit 712cd3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/ui/select.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
M = TypeVar("M", bound="DesignerModal", covariant=True)
8383

8484

85-
class Select(Generic[V, ST], ViewItem[V], ModalItem[M]):
85+
class Select(Generic[V, M, ST], ViewItem[V], ModalItem[M]):
8686
"""Represents a UI select menu.
8787
8888
This is usually represented as a drop down menu.

0 commit comments

Comments
 (0)