diff options
| author | jack1142 <[email protected]> | 2021-07-01 13:50:04 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-01 07:50:04 -0400 |
| commit | 30605e6f4ff7e8ed0627efacd1fc829dbe36298e (patch) | |
| tree | f40d29eb366223d10e76ce55cdb8dd133b47ff24 /discord/ui/item.py | |
| parent | Fix Interaction.channel being None in threads (diff) | |
| download | discord.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.py | 1 |
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',) |