From dfd1954795a911fdda5c7d7d7722d7f7acb96af5 Mon Sep 17 00:00:00 2001 From: Anatoliy Esherkin Date: Thu, 12 Mar 2026 10:49:42 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A7=D0=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/static.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/static.py b/src/common/static.py index d27b37b..54c831c 100644 --- a/src/common/static.py +++ b/src/common/static.py @@ -22,6 +22,7 @@ class Static: REGISTRATION_SUCCESS = "registration_success" ACCOUNT_ALREADY_EXISTS = "account_already_exists" ID_NOT_WHITELISTED = "id_not_whitelisted" + ID_BLACKLISTED = "id_blacklisted" INTERNAL_ERROR = "internal_error" INCOMING_CODE = "incoming_code" @@ -97,6 +98,9 @@ class Static: "id_not_whitelisted": """ ❌ Ваш ID не находится в белом списке. """, + "id_blacklisted": """ + ❌ Ваш ID заблокирован. + """, "internal_error": """ ❌ Ошибка при регистрации аккаунта. """,