Method: Chatterbot::DSL#reply
- Defined in:
- lib/chatterbot/dsl.rb
#reply(txt, source, params = {}) ⇒ Object
reply to a tweet
117 118 119 |
# File 'lib/chatterbot/dsl.rb', line 117 def reply(txt, source, params={}) bot.reply(txt, source, params) end |