Skip to content

Commit

Permalink
Changed format message
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Mar 19, 2024
1 parent 8dfbbb6 commit cb45ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Services/TelegramBot.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cb45ec2

Please sign in to comment.