Browse Source
Add Select to list of types in Item's docstring
pull/7154/head
jack1142
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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',) |
|
|
|