Skip to content

Instantly share code, notes, and snippets.

@brianleroux
Created September 23, 2017 21:00
Show Gist options
  • Save brianleroux/ec9fb68814c21f551fce8ead4db0f9f4 to your computer and use it in GitHub Desktop.
Save brianleroux/ec9fb68814c21f551fce8ead4db0f9f4 to your computer and use it in GitHub Desktop.
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