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) {