slack-command.js

1.0.6 • Public • Published

slack.js

Build slack command bot with simple interface.

Usage

const SlackCommand = require('slack-command.js');

const bot = new SlackCommand({ ... });

bot
  .command('test', (bot, message) => {})
  .action('...')
  .start(3000);

Install

npm i slack-command.js

Readme

Keywords

none

Package Sidebar

Install

npm i slack-command.js

Weekly Downloads

0

Version

1.0.6

License

MIT

Unpacked Size

5.42 kB

Total Files

6

Last publish

Collaborators

  • michael34435