1
0
generated from mirzaev/pot

1 Commits
1.0.3 ... 1.0.4

Author SHA1 Message Date
05143b6865 fixed messages 2025-03-06 06:21:52 +07:00

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