Created
May 11, 2020 15:45
-
-
Save saurav28/73edff5094d2e586c9f3fdb01133a133 to your computer and use it in GitHub Desktop.
This file contains hidden or 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('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