mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-22 08:44:10 +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
|
||||
_avatar: Optional[str]
|
||||
_banner: Optional[str]
|
||||
_accent_colour: Optional[str]
|
||||
_accent_colour: Optional[int]
|
||||
_public_flags: int
|
||||
|
||||
def __init__(self, *, state: ConnectionState, data: UserPayload) -> None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user