Skip to content

Commit cb45ec2

Browse files
committed
Changed format message
1 parent 8dfbbb6 commit cb45ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Services/TelegramBot.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function isSpam(string $message): bool
9898

9999
TelegramMessage::create()
100100
->to(config('services.telegram-bot-api.chat_id'))
101-
->line('*Сообщение было классифицировано как '.$classifier->most($message))
101+
->line('Сообщение было классифицировано как '.$classifier->most($message))
102102
->line('')
103103
->line('*📂 Текст сообщения*')
104104
->escapedLine($message)

0 commit comments

Comments
 (0)