Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 370 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 370 Bytes

Simple Slackbot

tag

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");