butlerbot-announce

1.0.0 • Public • Published

butlerbot-announce

announce plugin for butlerbot

Install

yarn add butlerbot-announce

Create a file in the plugin dir as follows

import announce from 'butlerbot-announce';
 
export default announce({
  production: {
    waitTime: 1,
    channelsToJoin: [],
    baseUrl: 'https://www.redbrick.dcu.ie/api/',
  },
 
  development: {
    waitTime: 1,
    channelsToJoin: ['#botdev'],
    baseUrl: 'https://www.redbrick.dcu.ie/api/',
  },
});

Readme

Keywords

none

Package Sidebar

Install

npm i butlerbot-announce

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • butlerx