From 47bc647d7fa1971b91d979cecd62ad8100bfc0d3 Mon Sep 17 00:00:00 2001 From: Professional Date: Sun, 23 Mar 2025 00:48:12 +0700 Subject: [PATCH] =?UTF-8?q?=D1=82=D0=B5=D1=81=D1=82=20=D1=81=D0=B5=D0=B9?= =?UTF-8?q?=D0=B2=D0=B0=20=D0=B1=D0=B4?= 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 769d94a..70edbd6 100644 --- a/Program.cs +++ b/Program.cs @@ -1118,7 +1118,7 @@ class Program await botClient.SendMessage( chatId: chatId, - text: "Главное меню:", + text: "Главное:", replyMarkup: keyboard ); }