AlaDyn172 Posted June 6, 2017 Report Posted June 6, 2017 Hello,I want to use multiple bots.I have node v6.x Quote
xLeeJYx Posted June 12, 2017 Report Posted June 12, 2017 multiple bots ? do you mean you want to run more than 1 bot on 1 pc ? Quote
vmysiur Posted June 15, 2017 Report Posted June 15, 2017 multiple bots ? do you mean you want to run more than 1 bot on 1 pc ?What is the difficulty? Quote
AlaDyn172 Posted June 15, 2017 Author Report Posted June 15, 2017 I mean to run more bots in one js file.And to pick a random bot every offer sent. Quote
Argyl Posted June 17, 2017 Report Posted June 17, 2017 Make a bot object for each thing required. const manager = { bot1: new TradeOfferManager({ ....}), bot2: new etc...., } manager.bot1.function() Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.