fix pac section

This commit is contained in:
mercury
2023-02-11 00:22:50 +04:00
parent f3cf7ec58e
commit 4eedc99dd3
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -308,7 +308,7 @@ $load = [
switch ($_SERVER['argv'][1]) {
case 'start':
$bot = new Bot($key);
$bot = new Bot($c['key']);
$bot->input['chat'] = $_SERVER['argv'][2];
$bot->input['message_id'] = $_SERVER['argv'][3];
$bot->input['callback_id'] = $_SERVER['argv'][4];