claudiajs / claudia-bot-builder

Create chat bots for Facebook Messenger, Slack, Amazon Alexa, Skype, Telegram, Viber, Line, GroupMe, Kik and Twilio and deploy to AWS Lambda in minutes
https://claudiajs.com/claudia-bot-builder.html
MIT License
1.84k stars 253 forks source link

Add user_email QuickReply #130

Closed otemnov closed 5 years ago

simalexan commented 5 years ago

@otemnov this looks great! Thank you for your contribution!

Can you only add a test when the quickreply text is not provided, so that it verifies that it throws an error?

otemnov commented 5 years ago

@simalexan did you mean if quickReply arg is null or undefined? added tests for this case.

simalexan commented 5 years ago

@otemnov perfect. Thank you!