Skip to content

Instantly share code, notes, and snippets.

@MichaelBarney
Created May 1, 2020 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MichaelBarney/ff0ae1d2269c9d9ee7f465b435c68dba to your computer and use it in GitHub Desktop.
Save MichaelBarney/ff0ae1d2269c9d9ee7f465b435c68dba to your computer and use it in GitHub Desktop.
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