diff --git a/src/Handlers/WebhookHandler.php b/src/Handlers/WebhookHandler.php index fbc02298..0a080033 100644 --- a/src/Handlers/WebhookHandler.php +++ b/src/Handlers/WebhookHandler.php @@ -318,6 +318,6 @@ protected function onFailure(Throwable $throwable): void report($throwable); - $this->reply(__('telegraph::errors.webhook_error_occurred')); + rescue(fn () => $this->reply(__('telegraph::errors.webhook_error_occurred')), report: false); } }