1
0
mirror of https://github.com/Rapptz/discord.py.git synced 2025-07-05 01:30:03 +00:00

Fix documentation note for interaction_check

This commit is contained in:
Kaylynn Morgan 2021-07-21 16:46:52 +10:00 committed by GitHub
parent 262a50196d
commit feed302269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -303,9 +303,8 @@ class View:
.. note:: .. note::
If an exception occurs within the body then the interaction If an exception occurs within the body then the check
check then :meth:`on_error` is called and it is considered is considered a failure and :meth:`on_error` is called.
a failure.
Parameters Parameters
----------- -----------