RE: Freakazoid: Cleverbot integration for STEEM.

You are viewing a single comment's thread from:

Freakazoid: Cleverbot integration for STEEM.

in radiator •  7 years ago 

That's closer to what drotto does, except that the intent is to vote and provide a static reply. It might be easier to modify this instead.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

But drotto, not do that i want.
I am still a beginner in editing bots.

I used this code:

stream.operations(:transfer) do |transfer|
next if transfer.to == 'booster' # no self-reply

      reply(transfer)
    end

So when someone transfers to booster, i would like to reply a message as 'GOOD JOB!'

And thats it, what am i doing wrong?