diff options
Diffstat (limited to 'discord')
| -rw-r--r-- | discord/ui/view.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/discord/ui/view.py b/discord/ui/view.py index 407a3110..671656ce 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 ----------- |