From 0e416e590690a540c499089ea3280bc73c880199 Mon Sep 17 00:00:00 2001 From: Professional Date: Sat, 22 Mar 2025 23:40:57 +0700 Subject: [PATCH] =?UTF-8?q?=D0=BE=D1=82=D0=BA=D0=B0=D1=82,=20=D1=82=D0=B5?= =?UTF-8?q?=D1=81=D1=82=20=D1=83=D1=81=D0=BF=D0=B5=D1=88=D0=BD=D1=8B=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 43276f3..769d94a 100644 --- a/Program.cs +++ b/Program.cs @@ -1118,7 +1118,7 @@ class Program await botClient.SendMessage( chatId: chatId, - text: "Тест автодеплоя:", + text: "Главное меню:", replyMarkup: keyboard ); }