Skip to content

Commit

Permalink
fix: Fix attribute error in select (#1814)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsRqtl committed Dec 2, 2022
1 parent 3fabc34 commit 49387eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/ui/select.py
Expand Up @@ -113,7 +113,7 @@ class Select(Item[V]):
"""

__item_repr_attributes__: tuple[str, ...] = (
"select_type",
"type",
"placeholder",
"min_values",
"max_values",
Expand Down

0 comments on commit 49387eb

Please sign in to comment.