Skip to main content

Simple Slackbot

Slack Web API

Usage

import { Slackbot } from "https://raw.githubusercontent.com/cesar-faria/simple_slackbot/master/mod.ts";

const slackbot = new Slackbot("token");
slackbot.sendMessage("#channel", "message");