Rebuild
All checks were successful
Local Deploy with Docker / build-and-deploy (push) Successful in 4s
All checks were successful
Local Deploy with Docker / build-and-deploy (push) Successful in 4s
This commit is contained in:
parent
99df15fb31
commit
ac708b5e69
@ -72,6 +72,7 @@ public class BotService
|
||||
catch (Exception ex)
|
||||
{
|
||||
Console.WriteLine($"Error: {ex.Message}");
|
||||
|
||||
await _botClient.SendTextMessageAsync(message.Chat.Id, "Произошла ошибка при регистрации. Попробуйте позже.", cancellationToken: cancellationToken);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user