mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 18:28:27 -04:00
fix: fixed an issue in .gatari
dev: fully cleaned osu related commands and moved to a service
This commit is contained in:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user