Skip to content

Commit 1df0afa

Browse files
authored
Merge pull request #516 from nerdguyahmad/patch-9
Fix type for User.accent_colour.
2 parents 59b6ef4 + 61b5487 commit 1df0afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class BaseUser(_UserTag):
8181
_state: ConnectionState
8282
_avatar: Optional[str]
8383
_banner: Optional[str]
84-
_accent_colour: Optional[str]
84+
_accent_colour: Optional[int]
8585
_public_flags: int
8686

8787
def __init__(self, *, state: ConnectionState, data: UserPayload) -> None:

0 commit comments

Comments
 (0)