From 0534e453a9343812cc32d8e01f603291533be71c Mon Sep 17 00:00:00 2001 From: Dmitrii Prokudin Date: Wed, 25 Dec 2024 21:35:16 +0300 Subject: [PATCH] Restart --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 2bf2795..c73ae8a 100644 --- a/Program.cs +++ b/Program.cs @@ -31,7 +31,7 @@ class Program private static async Task UpdateHandler(ITelegramBotClient bot, Update update, CancellationToken cancellationToken) { - Console.WriteLine("Received an update"); + Console.WriteLine("Received an message"); if (update.Type == UpdateType.Message && update.Message?.Text != null) {