Skip to content

Instantly share code, notes, and snippets.

@saurav28
Created May 11, 2020 15:45
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 saurav28/73edff5094d2e586c9f3fdb01133a133 to your computer and use it in GitHub Desktop.
Save saurav28/73edff5094d2e586c9f3fdb01133a133 to your computer and use it in GitHub Desktop.
controller.hears('hi', 'message', async (bot, message) => {
console.log('I heard a message');
await bot.beginDialog(DIALOG_ID);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment