Skip to content

Instantly share code, notes, and snippets.

@karenying
Created June 28, 2020 19:26
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 karenying/719eb55f44db5736a44feba6e865bfe3 to your computer and use it in GitHub Desktop.
Save karenying/719eb55f44db5736a44feba6e865bfe3 to your computer and use it in GitHub Desktop.
const SlackBot = require('slackbots');
const dotenv = require('dotenv');
const cron = require('node-cron');
dotenv.config();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment