From 8f90b7d534ec39a366fb9ef6d569c799ec840d80 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 28 Sep 2025 16:07:30 -0400 Subject: [PATCH] Add shoutout to Button and Thumbnail accessories for Section --- discord/ui/section.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/ui/section.py b/discord/ui/section.py index 67d35e001..209c030e9 100644 --- a/discord/ui/section.py +++ b/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. """