Browse Source

Add shoutout to Button and Thumbnail accessories for Section

pull/10322/head
Rapptz 3 weeks ago
parent
commit
8f90b7d534
  1. 2
      discord/ui/section.py

2
discord/ui/section.py

@ -55,7 +55,7 @@ class Section(Item[V]):
\*children: Union[:class:`str`, :class:`TextDisplay`]
The text displays of this section. Up to 3.
accessory: :class:`Item`
The section accessory.
The section accessory. This is usually either a :class:`Button` or :class:`Thumbnail`.
id: Optional[:class:`int`]
The ID of this component. This must be unique across the view.
"""

Loading…
Cancel
Save