Add Select to list of types in Item's docstring

This commit is contained in:
jack1142 2021-07-01 13:50:04 +02:00 committed by GitHub
parent 2d597e310b
commit 30605e6f4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',)