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.
View
1 parent 968a586 commit d29f73dCopy full SHA for d29f73d
discord/ui/view.py
@@ -126,7 +126,7 @@ class View:
126
*items: :class:`Item`
127
The initial items attached to this view.
128
timeout: Optional[:class:`float`]
129
- Timeout in seconds from last interaction with the UI before no longer accepting input.
+ Timeout in seconds from last interaction with the UI before no longer accepting input. Defaults to 180.0.
130
If ``None`` then there is no timeout.
131
132
Attributes
0 commit comments