From 30605e6f4ff7e8ed0627efacd1fc829dbe36298e Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Thu, 1 Jul 2021 13:50:04 +0200 Subject: [PATCH] Add Select to list of types in Item's docstring --- discord/ui/item.py | 1 + 1 file changed, 1 insertion(+) 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',)