Skip to content

Commit

Permalink
Fix type for User.accent_colour.
Browse files Browse the repository at this point in the history
  • Loading branch information
izxxr authored Nov 27, 2021
1 parent 59b6ef4 commit 61b5487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,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:
Expand Down

0 comments on commit 61b5487

Please sign in to comment.