diff --git a/botsrc/worker.php b/botsrc/worker.php index 366dd16..979e1fd 100644 --- a/botsrc/worker.php +++ b/botsrc/worker.php @@ -51,7 +51,7 @@ { $current_directory = __DIR__; } - + require($current_directory . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php'); if(class_exists("LydiaTelegramBot") == false)