Improve chat flow with answers
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user