Add Select to list of types in Item's docstring
This commit is contained in:
parent
2d597e310b
commit
30605e6f4f
@ -48,6 +48,7 @@ class Item(Generic[V]):
|
|||||||
The current UI items supported are:
|
The current UI items supported are:
|
||||||
|
|
||||||
- :class:`discord.ui.Button`
|
- :class:`discord.ui.Button`
|
||||||
|
- :class:`discord.ui.Select`
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__item_repr_attributes__: Tuple[str, ...] = ('row',)
|
__item_repr_attributes__: Tuple[str, ...] = ('row',)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user