From f9bdb06c0d7ef3d45fe67eb512d31116d50e0283 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sat, 25 Feb 2023 22:37:18 +0100 Subject: [PATCH] added Chaos --- sherlock/resources/data.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index ec0530c..4cbb3f2 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2638,5 +2638,18 @@ "urlMain": "https://apclips.com/", "username_claimed": "onlybbyraq", "isNSFW": true + }, + "BandLab": { + "errorType": "message", + "errorMsg": "User not found", + "url": "https://www.bandlab.com/{}", + "urlMain": "https://www.bandlab.com/", + "username_claimed": "blue" + }, + "Chaos": { + "errorType": "status_code", + "url": "https://chaos.social/@{}", + "urlMain": "https://chaos.social/", + "username_claimed": "ordnung" } }