generated from mirzaev/pot
fixed messages
This commit is contained in:
parent
accfe5a496
commit
05143b6865
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue