Skip to content

Commit

Permalink
feat: add new profile_hue attribute to user model (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiceAesth authored Jul 5, 2024
1 parent 1aa4d0a commit 645aa14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aiosu/models/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ class User(BaseModel):
playmode: Optional[Gamemode] = None
playstyle: Optional[list[str]] = None
post_count: Optional[int] = None
profile_hue: Optional[int] = None
profile_order: Optional[list[str]] = None
title: Optional[str] = None
twitter: Optional[str] = None
Expand Down

0 comments on commit 645aa14

Please sign in to comment.