From feed302269b745c8de54f4a141d4fc9b0ecb011a Mon Sep 17 00:00:00 2001 From: Kaylynn Morgan <51037748+kaylynn234@users.noreply.github.com> Date: Wed, 21 Jul 2021 16:46:52 +1000 Subject: [PATCH] Fix documentation note for interaction_check --- discord/ui/view.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -----------