1
0

Improve chat flow with answers

This commit is contained in:
2018-04-23 17:28:42 +02:00
parent b3bc949e01
commit 49b91c0a36
10 changed files with 226 additions and 54 deletions

View File

@@ -3,6 +3,9 @@ const fbReply = require('claudia-bot-builder/lib/facebook/reply')
const send = (recipientId, message) =>
fbReply(recipientId, message, process.env.FB_ACCESS_TOKEN)
const noop = () => {}
module.exports = {
send,
noop,
}