mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 15:36:02 +00:00
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:
|
||||
|
||||
- :class:`discord.ui.Button`
|
||||
- :class:`discord.ui.Select`
|
||||
"""
|
||||
|
||||
__item_repr_attributes__: Tuple[str, ...] = ('row',)
|
||||
|
Loading…
x
Reference in New Issue
Block a user