From 681920e40c5652221c15e93dab7d1d0627c832a1 Mon Sep 17 00:00:00 2001 From: sub0ne1 Date: Mon, 24 Jan 2022 16:12:10 +0530 Subject: [PATCH] added revish and minds sites --- sherlock/resources/data.json | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 4b994aff..26180c59 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2501,11 +2501,28 @@ "username_unclaimed": "noonewouldeverusethis7" }, "koo": { - "errorMsg": "Invalid Profile - Koo", + "errorMsg": "Invalid Profile", "errorType": "message", "url": "https://www.kooapp.com/profile/{}", - "urlMain": "https://www.kooapp.com/", + "urlMain": "https://www.kooapp.com", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" + }, + "revish": { + "errorMsg": "User not found", + "errorType": "message", + "url": "http://www.revish.com/people/{}", + "urlMain": "http://www.revish.com", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" + }, + "minds": { + "errorMsg": "Sorry, this channel doesn't appear to exist", + "errorType": "message", + "url": "https://www.minds.com/{}/", + "urlMain": "https://www.minds.com", "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" } + }