Last active
June 28, 2020 19:36
-
-
Save karenying/a4f6a637250e64cc40f9ac14e90c0a61 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
bot.on('start', function () { | |
bot.postMessageToUser('[your-username]', '[your-app-name] starting...'); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment