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 8fdc3f1 commit 8a9fe8fCopy full SHA for 8a9fe8f
discord/ui/modal.py
@@ -78,7 +78,7 @@ def __init__(
78
self._custom_id: str | None = custom_id or os.urandom(16).hex()
79
if len(title) > 45:
80
raise ValueError("title must be 45 characters or fewer")
81
- super().__init__(*children, timeout=timeout)
+ super().__init__(timeout=timeout)
82
self._title = title
83
self.loop = asyncio.get_event_loop()
84
0 commit comments