In reply to Виталий: [Hi. Please tell me. Which part of the code should I change so that the bot looks for green?]
In fishingZone.js change isRed function for this one:
```
const isRed = (threshold, closeness, size = 255, upperLimit = 295) => ([r, g, b]) => isOverThreshold([g, r, b], threshold)