Browse Source

Add Select to list of types in Item's docstring

pull/7154/head
jack1142 4 years ago
committed by GitHub
parent
commit
30605e6f4f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      discord/ui/item.py

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

Loading…
Cancel
Save