Фикс
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "osuclient"
|
name = "osuclient"
|
||||||
version = "0.6.0"
|
version = "0.6.1"
|
||||||
description = "Client for osu! API"
|
description = "Client for osu! API"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
|
|||||||
@ -398,3 +398,7 @@ class GetUser(User):
|
|||||||
rankHistory: RankHistory
|
rankHistory: RankHistory
|
||||||
ranked_and_approved_beatmapset_count: int
|
ranked_and_approved_beatmapset_count: int
|
||||||
unranked_beatmapset_count: int
|
unranked_beatmapset_count: int
|
||||||
|
|
||||||
|
|
||||||
|
class UserBeatmapScores(BaseModel):
|
||||||
|
scores: list[Score]
|
||||||
|
|||||||
Reference in New Issue
Block a user