Browse Source

fix: Section.accessory._view being None when in a container

pull/10166/head
DA-344 3 months ago
parent
commit
8926f28a3a
  1. 1
      discord/ui/section.py

1
discord/ui/section.py

@ -64,6 +64,7 @@ class Section(Item[V]):
"""
__discord_ui_section__: ClassVar[bool] = True
__pending_view__: ClassVar[bool] = True
__slots__ = (
'_children',

Loading…
Cancel
Save