From ac9f3a7fd5f9325c148990552c8d5d1debaff54b Mon Sep 17 00:00:00 2001 From: Abhyuday K Hegde <66260177+akh7177@users.noreply.github.com> Date: Wed, 8 Oct 2025 11:21:53 +0530 Subject: [PATCH] Add support for Discord.bio --- sherlock_project/resources/data.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index e653a7c51..4d35c9700 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -678,6 +678,13 @@ }, "username_claimed": "blue" }, + "Discord.bio": { + "errorType": "message", + "errorMsg": "Server Error (500)", + "url": "https://discords.com/api-v2/bio/details/{}", + "urlMain": "https://discord.bio/", + "username_claimed": "robert" + }, "Discuss.Elastic.co": { "errorType": "status_code", "url": "https://discuss.elastic.co/u/{}", @@ -2942,4 +2949,4 @@ "username_claimed": "freddier", "request_method": "GET" } -} \ No newline at end of file +}