From 074f34a5fa8ad77535849509bce4ad55ba811b6e Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 4 Jul 2021 07:07:38 -0400 Subject: [PATCH] Specify View timeouts is in seconds --- discord/ui/view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/ui/view.py b/discord/ui/view.py index 27c765947..b03e1526d 100644 --- a/discord/ui/view.py +++ b/discord/ui/view.py @@ -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