diff --git a/discord/ui/item.py b/discord/ui/item.py index 5b234ae75..ef02a9756 100644 --- a/discord/ui/item.py +++ b/discord/ui/item.py @@ -48,6 +48,7 @@ class Item(Generic[V]): The current UI items supported are: - :class:`discord.ui.Button` + - :class:`discord.ui.Select` """ __item_repr_attributes__: Tuple[str, ...] = ('row',)