From 5c2431d5435d8a921a83cc05de29968f22a777ef Mon Sep 17 00:00:00 2001 From: killakej <102844918+killakej@users.noreply.github.com> Date: Tue, 26 Apr 2022 08:50:40 -0400 Subject: [PATCH] Update api.rst documentation to add timeout to on_member_update Co-authored-by: Danny --- docs/api.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/api.rst b/docs/api.rst index 701e609ca..3d9940f06 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -683,6 +683,9 @@ Members - nickname - roles - pending + - timeout + + Due to a Discord limitation, this event is not dispatched when a member's timeout expires. This requires :attr:`Intents.members` to be enabled.