Skip to content

Instantly share code, notes, and snippets.

@karenying
Created June 28, 2020 19:26
Embed
What would you like to do?
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