aboutsummaryrefslogtreecommitdiff
path: root/discord
diff options
context:
space:
mode:
Diffstat (limited to 'discord')
-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',)