From b147013e00f77733e7b29608887586273c42202e Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Tue, 9 Jul 2019 20:42:51 -0500 Subject: [PATCH] Use more reliable HTTP Status Code detection method for site osu!. --- data.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data.json b/data.json index c5326fc3..02faef6a 100644 --- a/data.json +++ b/data.json @@ -722,8 +722,7 @@ "username_unclaimed": "noonewouldeverusethis7" }, "osu!": { - "errorMsg": "User not found! ;_;", - "errorType": "message", + "errorType": "status_code", "rank": 1017, "url": "https://osu.ppy.sh/users/{}", "urlMain": "https://osu.ppy.sh/",