mathew-kurian / FacebookMessengerBot.js

:mailbox: Simple, light-weight Facebook Messenger Bot API for Node with ES6 support (via. Promises)
https://developers.facebook.com/docs/messenger-platform
117 stars 24 forks source link

Adding support for lists #9

Closed danielbuechele closed 7 years ago

danielbuechele commented 7 years ago

This adds support for list templates.

mathew-kurian commented 7 years ago

ESLint failures

/home/travis/build/bluejamesbond/FacebookMessengerBot.js/src/Elements.js
  42:34  error  Missing semicolon                               semi
  69:1   error  Line 69 exceeds the maximum line length of 120  max-len
  70:16  error  Unexpected 'else' after 'return'                no-else-return

Also, can you pls update the README.md

mathew-kurian commented 7 years ago

Thank you for the pull request. A note on the README would be nice as a form of documentation would be appreciated. After which it will be merged. Thanks again!

mathew-kurian commented 7 years ago

Thanks!