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 a5a7255 commit 99a71aeCopy full SHA for 99a71ae
1 file changed
discord/ui/view.py
@@ -765,9 +765,7 @@ def from_components(
765
The converted view. This always returns a :class:`View` and not
766
one of its subclasses.
767
"""
768
- view = View(
769
- timeout=timeout, disable_on_timeout=disable_on_timeout, store=store
770
- )
+ view = View(timeout=timeout, disable_on_timeout=disable_on_timeout, store=store)
771
for row_index, component in enumerate(components):
772
if isinstance(component, ActionRowComponent):
773
for child in component.children:
0 commit comments