Simple Slackbot Simple Slackbot is a wrapper for the Slack Web API Usage import { Slackbot } from "https://deno.land/x/simple_slackbot/mod.ts"; const slackbot = new Slackbot("token"); slackbot.sendMessage("#channel", "message");