From f73cffd8fe47526c9efe97cee8c9e8395393d610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=BC=E3=83=BC=E3=83=AC?= Date: Sat, 3 May 2025 19:07:40 +0500 Subject: [PATCH] Update is_roles.json --- api/v1/src/is_roles.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/api/v1/src/is_roles.json b/api/v1/src/is_roles.json index 3394d56..3718aad 100644 --- a/api/v1/src/is_roles.json +++ b/api/v1/src/is_roles.json @@ -4,9 +4,15 @@ "roles": [ { "id": 1, - "name": "Разработчик", + "name": "Разработчик модификации", "color": "F04E4E" } + }, + { + "id": 2, + "name": "Супер спонсор ★", + "color": "FFCC41" + } ] } ]