From 447467a1718311986cf5731220f2067b20afacd5 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 b17b43071..69ba7c4f3 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -852,6 +852,9 @@ Members - nickname - roles - pending + - timeout + + Due to a Discord limitation, this event is not dispatched when a member's timeout expires. :param before: The updated member's old info. :type before: :class:`Member`