Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/guide/creating-your-bot/handling-attachments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}
})
```
Expand All @@ -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`
* **Linux:** `/usr/bin/google-chrome-stable`