aboutsummaryrefslogtreecommitdiff
path: root/discord/ui/item.py
diff options
context:
space:
mode:
authorjack1142 <[email protected]>2021-07-01 13:50:04 +0200
committerGitHub <[email protected]>2021-07-01 07:50:04 -0400
commit30605e6f4ff7e8ed0627efacd1fc829dbe36298e (patch)
treef40d29eb366223d10e76ce55cdb8dd133b47ff24 /discord/ui/item.py
parentFix Interaction.channel being None in threads (diff)
downloaddiscord.py-30605e6f4ff7e8ed0627efacd1fc829dbe36298e.tar.xz
discord.py-30605e6f4ff7e8ed0627efacd1fc829dbe36298e.zip
Add Select to list of types in Item's docstring
Diffstat (limited to 'discord/ui/item.py')
-rw-r--r--discord/ui/item.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/ui/item.py b/discord/ui/item.py
index 5b234ae7..ef02a975 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',)