Browse Source

Fix documentation note for interaction_check

pull/7269/head
Kaylynn Morgan 4 years ago
committed by GitHub
parent
commit
feed302269
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      discord/ui/view.py

5
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
-----------

Loading…
Cancel
Save