From 13fd27aa9614884b5d492b1aa81db5974af676b4 Mon Sep 17 00:00:00 2001 From: Vladless Date: Tue, 10 Feb 2026 23:17:00 +0300 Subject: [PATCH] partner color disable --- handlers/buttons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/buttons.py b/handlers/buttons.py index 93dab8fa..0e36a2ca 100644 --- a/handlers/buttons.py +++ b/handlers/buttons.py @@ -1,5 +1,5 @@ BUTTON_ICON_CONFIG: dict[str, dict[str, str]] = { - "partner": {"icon_custom_emoji_id": "5310169226856644648", "style": "primary"}, + # "partner": {"icon_custom_emoji_id": "5310169226856644648", "style": "primary"}, # Примеры по callback_data: # "profile": {"icon_custom_emoji_id": "5310169226856644648", "style": "primary"}, # синяя # "view_keys": {"icon_custom_emoji_id": "5310169226856644648", "style": "success"}, # зеленая