From 23bbab36c2ba8df9a126b435abd548e8c0301338 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Thu, 16 Feb 2023 17:17:58 +0100 Subject: [PATCH] added NitroType, closes #1568 Credits @JianClash --- sherlock/resources/data.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 1be0480..3f4cf4d 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2549,5 +2549,12 @@ "url": "https://dmoj.ca/user/{}", "urlMain": "https://dmoj.ca/", "username_claimed": "junferno" + }, + "NitroType": { + "errorType": "message", + "errorMsg": "Nitro Type | Competitive Typing Game | Race Your Friends", + "url": "https://www.nitrotype.com/racer/{}", + "urlMain": "https://www.nitrotype.com/", + "username_claimed": "jianclash" } }