Uuu , i didn't knew about it. How is he handling streming replys? It seems that my bot is strugling in time and sometimes misses a reply.
You are viewing a single comment's thread from:
Uuu , i didn't knew about it. How is he handling streming replys? It seems that my bot is strugling in time and sometimes misses a reply.
It has a declarative nature so you can assign a function and the responder object can always answer any replies. Like this:
bot.onComment(['bittrex', 'poloniex'], function(data, responder) { responder.upvote(); responder.comment(`Hi @${data.author} there! I just upvoted you using SteemBot JavaScript library!`); });
Can i ask You Something in steemit chat or
discord?