Фикс
This commit is contained in:
@ -398,3 +398,7 @@ class GetUser(User):
|
||||
rankHistory: RankHistory
|
||||
ranked_and_approved_beatmapset_count: int
|
||||
unranked_beatmapset_count: int
|
||||
|
||||
|
||||
class UserBeatmapScores(BaseModel):
|
||||
scores: list[Score]
|
||||
|
||||
Reference in New Issue
Block a user