fix: fixed an issue in .gatari

dev: fully cleaned osu related commands and moved to a service
This commit is contained in:
Kwoth
2024-08-14 00:17:24 +00:00
parent fa9263ed32
commit 8b40f97a3d
3 changed files with 133 additions and 126 deletions

View File

@@ -39,7 +39,7 @@ public class GatariUserStats
public int Pp { get; set; }
[JsonProperty("rank")]
public int Rank { get; set; }
public int? Rank { get; set; }
[JsonProperty("ranked_score")]
public int RankedScore { get; set; }