Created
September 23, 2017 21:00
-
-
Save brianleroux/ec9fb68814c21f551fce8ead4db0f9f4 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
const Slack = require('slack') | |
const token = process.env.SLACKBOT_TOKEN | |
const bot = new Slack({token}) | |
let result = await bot.api.test({hello:'world'}) | |
console.log(result) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment