1.0.0 • Published 6 years ago

butlerbot-announce v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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/',
  },
});