1
0
mirror of https://github.com/Rapptz/discord.py.git synced 2025-05-14 01:40:02 +00:00

Specify View timeouts is in seconds

This commit is contained in:
Rapptz 2021-07-04 07:07:38 -04:00
parent 7d9074db8a
commit 074f34a5fa

@ -123,7 +123,7 @@ class View:
Parameters
-----------
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.
Attributes