mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 11:26:51 +00:00
Fix typing of User._accent_colour
This commit is contained in:
parent
c22f058fa0
commit
b389596f26
@ -80,7 +80,7 @@ class BaseUser(_UserTag):
|
|||||||
_state: ConnectionState
|
_state: ConnectionState
|
||||||
_avatar: Optional[str]
|
_avatar: Optional[str]
|
||||||
_banner: Optional[str]
|
_banner: Optional[str]
|
||||||
_accent_colour: Optional[str]
|
_accent_colour: Optional[int]
|
||||||
_public_flags: int
|
_public_flags: int
|
||||||
|
|
||||||
def __init__(self, *, state: ConnectionState, data: UserPayload) -> None:
|
def __init__(self, *, state: ConnectionState, data: UserPayload) -> None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user