mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-21 00:07:51 +00:00
Add missing typehints for Member properties
This commit is contained in:
parent
fbc4a51c35
commit
6c36df6c11
@ -278,6 +278,9 @@ class Member(discord.abc.Messageable, _UserTag):
|
||||
create_dm = User.create_dm
|
||||
mutual_guilds: List[Guild]
|
||||
public_flags: PublicUserFlags
|
||||
banner: Optional[Asset]
|
||||
accent_color: Optional[Colour]
|
||||
accent_colour: Optional[Colour]
|
||||
|
||||
def __init__(self, *, data: GatewayMemberPayload, guild: Guild, state: ConnectionState):
|
||||
self._state: ConnectionState = state
|
||||
|
Loading…
x
Reference in New Issue
Block a user