aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/api.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst
index d1c6f8c3..1ba9b2f8 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -649,6 +649,7 @@ to handle it, which defaults to print a traceback and ignoring the exception.
.. function:: on_invite_create(invite)
Called when an :class:`Invite` is created.
+ You must have the :attr:`~Permissions.manage_channels` permission to receive this.
.. versionadded:: 1.3
@@ -663,6 +664,7 @@ to handle it, which defaults to print a traceback and ignoring the exception.
.. function:: on_invite_delete(invite)
Called when an :class:`Invite` is deleted.
+ You must have the :attr:`~Permissions.manage_channels` permission to receive this.
.. versionadded:: 1.3