Skip to content

Commit 11ac9da

Browse files
authored
require accessory
1 parent 86246a2 commit 11ac9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/ui/container.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def add_item(self, item: Item) -> None:
109109
row = ActionRow.with_components(item._underlying)
110110
self._underlying.components.append(row)
111111

112-
def add_section(self, *items: Item, accessory: Item = None):
112+
def add_section(self, *items: Item, accessory: Item):
113113
"""Adds a :class:`Section` to the container.
114114
115115
To append a pre-existing :class:`Section` use the

0 commit comments

Comments
 (0)