diff --git a/discord/ui/view.py b/discord/ui/view.py index 407a31104..671656cef 100644 --- a/discord/ui/view.py +++ b/discord/ui/view.py @@ -303,9 +303,8 @@ class View: .. note:: - If an exception occurs within the body then the interaction - check then :meth:`on_error` is called and it is considered - a failure. + If an exception occurs within the body then the check + is considered a failure and :meth:`on_error` is called. Parameters -----------