Jump to content
McKay Development

vinilllll

Member
  • Posts

    4
  • Joined

  • Last visited

vinilllll's Achievements

  1. I am using the latest version available: "steam-tradeoffer-manager": "^2.11.1", but still shows me an error
  2. For me isn't working, did you made something to get to work again?
  3. i use the manager.on to get the list of offers from my user. But right now, i am not receiving nothing, here's my code: Before que steam update was working perfectly. manager.on("offerList", async (_, offers) => { if (offers.length !== 0) { const offersIds = offers.map((offer) => `offers:${offer.id}`); console.log(offersIds); }); this is my configuration of TradeOfferManager: const manager = new TradeOfferManager({ steam: client, community: community, language: "br", }); can anyone help me, pls?
  4. Steam changed the object of CEconItem, it need to be remapped.
×
×
  • Create New...