diff --git a/src/guide/creating-your-bot/handling-attachments.md b/src/guide/creating-your-bot/handling-attachments.md index b9654f8..eaadf58 100644 --- a/src/guide/creating-your-bot/handling-attachments.md +++ b/src/guide/creating-your-bot/handling-attachments.md @@ -94,7 +94,8 @@ Because of this, you'll need to point Puppeteer to use a separately installed Ch ```javascript const client = new Client({ puppeteer: { - executablePath: '/path/to/Chrome', + executablePath:Google\\Chrome\\Application\\chrome + '/path/to/Chrome', } }) ``` @@ -103,4 +104,4 @@ The `executablePath` value will depend on your OS and install location for Chrom * **macOS:** `/Applications/Google Chrome.app/Contents/MacOS/Google Chrome` * **Windows**: `C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe` -* **Linux:** `/usr/bin/google-chrome-stable` \ No newline at end of file +* **Linux:** `/usr/bin/google-chrome-stable`