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 9cf2886 commit 62ffcdfCopy full SHA for 62ffcdf
discord/ui/modal.py
@@ -80,7 +80,6 @@ def __init__(
80
raise ValueError("title must be 45 characters or fewer")
81
super().__init__(*children, timeout=timeout)
82
self._title = title
83
- self._weights = _ModalWeights(self._children)
84
self.loop = asyncio.get_event_loop()
85
86
def __repr__(self) -> str:
0 commit comments