internationalization

This commit is contained in:
mercury
2022-10-13 16:58:58 +04:00
parent 0f83f21a2b
commit ae9cdbe648
+2 -2
View File
@@ -131,9 +131,9 @@ class Bot
{
$r = $this->send(
$this->input['chat'],
"@{$this->input['username']} введите название:",
"@{$this->input['username']} enter the title:",
$this->input['message_id'],
reply: 'введите название:',
reply: 'enter the title:',
);
$_SESSION['reply'][$r['result']['message_id']] = [
'start_message' => $this->input['message_id'],