diff --git a/Program.cs b/Program.cs index 4b93339..a522111 100644 --- a/Program.cs +++ b/Program.cs @@ -107,7 +107,7 @@ static async Task HandleUpdateAsync(ITelegramBotClient botClient, Update update, string[] msgSegments = messageText.Split(' '); if (msgSegments.Length < 2) { - await SendResponse("You need to supply a repository link with a branch."); + await SendResponse("You need to supply a repository link with a branch\\."); Console.WriteLine("No repo link supplied"); return;