Update api.rst documentation to add timeout to on_member_update

Co-authored-by: Danny <Rapptz@users.noreply.github.com>
This commit is contained in:
killakej 2022-04-26 08:50:40 -04:00 committed by GitHub
parent 5a06fa5f3e
commit 5c2431d543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.