SAP-archive / bot-connector

Bot Connector allows you to connect your bot to multiple messaging channels.
MIT License
184 stars 101 forks source link

[Bug fixed] Fix Messenger.service `Carousel` #9

Closed kennetham closed 7 years ago

kennetham commented 7 years ago

Added a condition to check if type is carousel. This allows multiple button template to be used, as shown on Star Wars Bot.

/kennetham

jhoudan commented 7 years ago

First and foremost, thanks for your contribution 👍 Adding new type of messages is always appreciated. Can you make sure the lint passes? I don't think it does right now, due to the tabulations.

kennetham commented 7 years ago

@jhoudan Yup sure. I'll try to add the test too. Have been pretty busy to wire that up.