```proxy``` is the configuration of the proxy, it is default to ```localhost``` and empty ```proxyRotationLink```; meaning no proxy will be used. To add a proxy, simply replace ```localhost``` with either ```sticky``` or ```rotative```, ```sticky``` option will make the bot get the list of sticky proxies from ```rsrc/proxies.json```, ```rotative``` option will make the bot get the list of rotative proxies from ```rsrc/proxies.json```; note that the bot only supports the use of one rotative option for now. ```proxyRotationLink``` is the link the bot will use to rotate the IP of the proxy assuming you have a proxy that rotates its IP, leave empty if you don't have. ```proxyRotationCooldown``` is the amount of time your proxy takes to rotate, it is ignored if ```proxy``` is equal to ```localhost``` or if ```proxyRotationLink``` is empty.<br>
0 commit comments