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