Skip to content

Commit 61b5487

Browse files
authored
Fix type for User.accent_colour.
1 parent 59b6ef4 commit 61b5487

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)