From 8877a3ce49eec08c7aa027a7479cc5a7f3053378 Mon Sep 17 00:00:00 2001 From: YaYPIXXO Date: Wed, 10 Jul 2019 03:15:56 +0200 Subject: [PATCH] Add support for osu! --- data.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 7be10f6a..c5326fc3 100644 --- a/data.json +++ b/data.json @@ -721,6 +721,15 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, + "osu!": { + "errorMsg": "User not found! ;_;", + "errorType": "message", + "rank": 1017, + "url": "https://osu.ppy.sh/users/{}", + "urlMain": "https://osu.ppy.sh/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" + }, "Pastebin": { "errorType": "response_url", "errorUrl": "https://pastebin.com/index", @@ -1195,4 +1204,4 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" } -} \ No newline at end of file +}