diff --git a/Program.cs b/Program.cs index 769d94a..43276f3 100644 --- a/Program.cs +++ b/Program.cs @@ -1118,7 +1118,7 @@ class Program await botClient.SendMessage( chatId: chatId, - text: "Главное меню:", + text: "Тест автодеплоя:", replyMarkup: keyboard ); }