darkwar1234 Posted June 27, 2016 Report Posted June 27, 2016 Still don't know what I should do with error 16 on send offer from bot, because sometimes offer sends and sometimes not. I make this: newOffer.send(message, token, function(err){ if(err && err.message.indexOf("16") == -1){ return callback(err, null); } callback(false, newOffer); });
Dr. McKay Posted June 27, 2016 Report Posted June 27, 2016 https://dev.doctormckay.com/topic/409-very-important-error/ No need for multiple threads about the same thing.
Recommended Posts