Skip to content

Commit

Permalink
feat: add support for multiple tournament banners
Browse files Browse the repository at this point in the history
missed this one in the last release
  • Loading branch information
NiceAesth committed Oct 29, 2023
1 parent 31688ba commit 80e6bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiosu/models/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ class User(BaseModel):
cover: Optional[UserProfileCover] = None
is_restricted: Optional[bool] = None
account_history: Optional[list[UserAccountHistory]] = None
active_tournament_banner: Optional[UserProfileTournamentBanner] = None
active_tournament_banners: Optional[list[UserProfileTournamentBanner]] = None
badges: Optional[list[UserBadge]] = None
beatmap_playcounts_count: Optional[int] = None
favourite_beatmapset_count: Optional[int] = None
Expand Down

0 comments on commit 80e6bd8

Please sign in to comment.