diff --git a/src/MTProto.php b/src/MTProto.php index 053103600..42f1e0e22 100644 --- a/src/MTProto.php +++ b/src/MTProto.php @@ -1674,6 +1674,7 @@ public function sendMessageToAdmins( */ public function report(string $message, string $parseMode = ''): void { + $this->logger->logger("Reporting: $message", Logger::FATAL_ERROR); if (!$this->reportDest) { return; }