We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfbbb6 commit cb45ec2Copy full SHA for cb45ec2
app/Services/TelegramBot.php
@@ -98,7 +98,7 @@ public function isSpam(string $message): bool
98
99
TelegramMessage::create()
100
->to(config('services.telegram-bot-api.chat_id'))
101
- ->line('*Сообщение было классифицировано как '.$classifier->most($message))
+ ->line('Сообщение было классифицировано как '.$classifier->most($message))
102
->line('')
103
->line('*📂 Текст сообщения*')
104
->escapedLine($message)
0 commit comments