davidmann4 / botstack

rapid chatbot development with ruby on rails
127 stars 23 forks source link

Rename `reply_quick_reply` method to `reply_quick_buttons` #30

Closed hola-soy-milk closed 7 years ago

hola-soy-milk commented 7 years ago

This also documents the use of reply_quick_buttons in the README.

davidmann4 commented 7 years ago

great stuff!

hola-soy-milk commented 7 years ago

I'm glad you like it! Thanks for merging 🚀

davidmann4 commented 7 years ago

hmmm maybe we could add some DSL for handling quick buttons:

on_quick_button "Yes"
  #logichere
end
hola-soy-milk commented 7 years ago

Interesting! I usually just use get_message for it