After send a trade offer with my bot to pick some user items and after accepted, sometimes this event is called...
manager.on('sentOfferChanged', function(offer) {Sometimes this event is called:
manager.on('receivedOfferChanged', function(offer, oldState) {What is the difference? :/