1
0
Fork 0

fixed messages

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2025-03-06 06:21:52 +07:00
parent accfe5a496
commit 05143b6865

View File

@ -229,7 +229,7 @@ final class parser extends core
// Not initialized homework files // Not initialized homework files
// Sending the message // Sending the message
$context->sendMessage('❌ *Не найдены домашние задания') $context->sendMessage('❌ *Не найдены домашние задания*')
->then(function (message $message) use ($context) { ->then(function (message $message) use ($context) {
// Sended the message // Sended the message
@ -239,7 +239,7 @@ final class parser extends core
} }
} catch (exception $exception) { } catch (exception $exception) {
// Sending the message // Sending the message
$context->sendMessage('⚠️ *Произошла ошибка при обработке домашних заданий') $context->sendMessage('⚠️ *Произошла ошибка при обработке домашних заданий*')
->then(function (message $message) use ($context) { ->then(function (message $message) use ($context) {
// Sended the message // Sended the message