Browse Source

Remove outdated doc

pull/10302/head
Soheab_ 1 month ago
parent
commit
23c87dc546
  1. 3
      discord/ui/label.py

3
discord/ui/label.py

@ -76,8 +76,7 @@ class Label(Item[V]):
The description text to display right below the label text.
Can only be up to 100 characters.
component: :class:`Item`
The component to display below the label. Currently only
supports :class:`TextInput` and :class:`Select`.
The component to display below the label.
"""
__item_repr_attributes__: Tuple[str, ...] = (

Loading…
Cancel
Save