Skip to content

Instantly share code, notes, and snippets.

@karenying
Created June 28, 2020 22:51
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save karenying/d7f01d0fbce4ac241a1ddc16b8a09b71 to your computer and use it in GitHub Desktop.
bot.on('start', function () {
bot.postMessageToUser('[your-username]', '[your-app-name] starting...');
createJob();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment