butlerbot-redbrick-committee

1.0.2 • Public • Published

butlerbot-redbrick-committee

redbrick committee plugin for butlerbot

Install

yarn add butlerbot-redbrick-committee

Create a file in the plugin dir as follows

import cmt from 'butlerbot-redbrick-committee';
export default cmt({
  development: {
    "url": "http://redbrick.dcu.ie/api/committee",
    channels: ['#butlerbot'],
    channelsToExclude: [],
    channelsToJoin: ['#butlerbot'],
  },

  production: {
    "url": "http://redbrick.dcu.ie/api/committee",
    channels: ['#butlerbot'],
    channelsToExclude: [],
    channelsToJoin: ['#butlerbot'],
  },
  "postions": [
    "System Administrator",
    "Chairperson",
    "Secretary",
    "Public Relations Officer",
    "Treasurer",
    "Events Officer",
    "Helpdesk",
    "First Year Representative"
  ]
});

/butlerbot-redbrick-committee/

    Package Sidebar

    Install

    npm i butlerbot-redbrick-committee

    Weekly Downloads

    3

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • butlerx