Skip to content

Commit 49387eb

Browse files
authored
fix: Fix attribute error in select (#1814)
1 parent 3fabc34 commit 49387eb

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
@@ -113,7 +113,7 @@ class Select(Item[V]):
113113
"""
114114

115115
__item_repr_attributes__: tuple[str, ...] = (
116-
"select_type",
116+
"type",
117117
"placeholder",
118118
"min_values",
119119
"max_values",

0 commit comments

Comments
 (0)