From d7e916ac341c368af5e4f3ce0bfded4c640778f5 Mon Sep 17 00:00:00 2001 From: Elie Halimi Date: Fri, 28 Dec 2018 15:14:32 +0100 Subject: [PATCH] added myanimelist.net social website used to keep track of anime and manga and make friends. --- data.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data.json b/data.json index e7c64c5e5..950469153 100644 --- a/data.json +++ b/data.json @@ -356,5 +356,9 @@ "url": "https://devrant.com/users/{}", "errorType": "response_url", "errorUrl": "https://devrant.com/" + }, + "MyAnimeList": { + "url": "https://myanimelist.net/profile/{}", + "errorType": "status_code" } }