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 cf73790 commit 4fa413aCopy full SHA for 4fa413a
discord/ui/modal.py
@@ -205,7 +205,7 @@ def key(item: Item[M]) -> int:
205
for item in group:
206
if item.uses_label() or isinstance(item, Select):
207
labels = True
208
- elif isinstance(item, (TextDisplay, )):
+ elif isinstance(item, (TextDisplay,)):
209
toplevel = True
210
children.append(item)
211
if not children:
0 commit comments