joaolucas89 Posted May 1, 2016 Report Posted May 1, 2016 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? :/ Quote
Dr. McKay Posted May 1, 2016 Report Posted May 1, 2016 sentOfferChanged is emitted when an offer you sent changes. receivedOfferChanged is emitted when an offer you received changes. 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.