Created
May 1, 2020 20:56
-
-
Save MichaelBarney/ff0ae1d2269c9d9ee7f465b435c68dba to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
controller.hears('get_started', 'facebook_postback', async(bot, message) => { | |
await bot.reply(message, `Vamos começar!`); | |
await bot.reply(message, `Qual é o seu nome?`); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment