We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86246a2 commit 11ac9daCopy full SHA for 11ac9da
discord/ui/container.py
@@ -109,7 +109,7 @@ def add_item(self, item: Item) -> None:
109
row = ActionRow.with_components(item._underlying)
110
self._underlying.components.append(row)
111
112
- def add_section(self, *items: Item, accessory: Item = None):
+ def add_section(self, *items: Item, accessory: Item):
113
"""Adds a :class:`Section` to the container.
114
115
To append a pre-existing :class:`Section` use the
0 commit comments