improve menu MTProto

This commit is contained in:
mercury
2023-06-18 01:05:43 +04:00
parent a5192d9d6b
commit 50436b5e75
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -359,7 +359,7 @@ class Bot
];
$data[] = [
[
'text' => $this->i18n('setSecret') . ($s ? ": $s" : ''),
'text' => $this->i18n('setSecret'),
'callback_data' => "/setSecret",
],
];