diff --git a/app/Services/TelegramBot.php b/app/Services/TelegramBot.php index 1db91a47..30f894c4 100644 --- a/app/Services/TelegramBot.php +++ b/app/Services/TelegramBot.php @@ -98,7 +98,7 @@ public function isSpam(string $message): bool TelegramMessage::create() ->to(config('services.telegram-bot-api.chat_id')) - ->line('*Сообщение было классифицировано как '.$classifier->most($message)) + ->line('Сообщение было классифицировано как '.$classifier->most($message)) ->line('') ->line('*📂 Текст сообщения*') ->escapedLine($message)