addCommandsPath(realpath(__DIR__ . '/../src/Commands')); // Handle telegram webhook request $telegram->handle(); } catch (Longman\TelegramBot\Exception\TelegramException $e) { // file_put_contents(__DIR__ . '/../out.txt', $e->getMessage()); }