mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-16 19:59:18 +00:00
Specify View timeouts is in seconds
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user