mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 12:18:59 +00:00
Specify View timeouts is in seconds
This commit is contained in:
parent
7d9074db8a
commit
074f34a5fa
@ -123,7 +123,7 @@ class View:
|
|||||||
Parameters
|
Parameters
|
||||||
-----------
|
-----------
|
||||||
timeout: Optional[:class:`float`]
|
timeout: Optional[:class:`float`]
|
||||||
Timeout 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.
|
||||||
If ``None`` then there is no timeout.
|
If ``None`` then there is no timeout.
|
||||||
|
|
||||||
Attributes
|
Attributes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user