From a3cf2434665d244e753c703cc8dd458b4279ae97 Mon Sep 17 00:00:00 2001 From: argo0n <67531837+argo0n@users.noreply.github.com> Date: Sat, 5 Feb 2022 11:58:34 +0800 Subject: [PATCH] Update on_member_update in event reference docs --- docs/api.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api.rst b/docs/api.rst index 33190e6be6..78f856ad61 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -955,6 +955,8 @@ to handle it, which defaults to print a traceback and ignoring the exception. - nickname - roles - pending + - communication_disabled_until + - timed_out This requires :attr:`Intents.members` to be enabled.