Add support for member flags

This commit is contained in:
Soheab_
2023-01-25 17:12:31 +01:00
committed by GitHub
parent ee07f72906
commit c46f309c13
5 changed files with 126 additions and 15 deletions

View File

@ -804,6 +804,7 @@ Members
- pending
- timeout
- guild avatar
- flags
Due to a Discord limitation, this event is not dispatched when a member's timeout expires.
@ -4832,6 +4833,13 @@ PublicUserFlags
.. autoclass:: PublicUserFlags
:members:
MemberFlags
~~~~~~~~~~~~
.. attributetable:: MemberFlags
.. autoclass:: MemberFlags
:members:
ForumTag
~~~~~~~~~