Jump to content
McKay Development

The BOT manager

Member
  • Posts

    1
  • Joined

  • Last visited

The BOT manager's Achievements

  1. Hi, I run my node BOT with multiple steam accounts in production and only four of the list complete the connection. In local production everything run fine, all the list start the session when I type npm start. I already updated the version of npm, delete the folder and create a new one but nothing change. This is the way that I run my multiple accounts in the same script: The config is an object identified by a key which is the name of the bot and on that way I get the user and password of the steam account let bot_abc = new steamClass(config.trade_bot_abc); // Config the steam bot let bot_123 = new steamClass(config.trade_bot_123); // Config the steam bot let bot_3123 = new steamClass(config.trade_bot_3123); // Config the steam bot let bot_4545 = new steamClass(config.trade_bot_4545); // Config the steam bot let bot_12315 = new steamClass(config.trade_bot_12315); // Config the steam bot let bot_fasd = new steamClass(config.trade_bot_fasd); // Config the steam bot let bot_sd23 = new steamClass(config.trade_bot_sd23); // Config the steam bot
×
×
  • Create New...