butlerbot-helpdesk

1.0.0 • Public • Published

butlerbot-helpdesk

redbrick helpdesk plugin for butlerbot

Install

yarn add butlerbot-helpdesk

Create a file in the plugin dir as follows

import helpdesk from 'butlerbot-helpdesk';
export default helpdesk({
  development: {
    channels: ['#butlerbot'],
    channelsToExclude: [],
    channelsToJoin: ['#butlerbot'],
    },
    "commands": [
      "!cmt",
      "!helpdesk",
      "!chair",
      "!secretary",
      "!treasurer",
      "!pro",
      "!events",
      "!admins",
      "!webmaster",
      "!fyr",
      "!help"
    ],
    "pmCommands": [],
    "wiki": "http://wiki.redbrick.dcu.ie/mw/"
  },
 
  production: {
    channels: ['#butlerbot'],
    channelsToExclude: [],
    channelsToJoin: ['#butlerbot'],
    "commands": [
      "!cmt",
      "!helpdesk",
      "!chair",
      "!secretary",
      "!treasurer",
      "!pro",
      "!events",
      "!admins",
      "!webmaster",
      "!fyr",
      "!help"
    ],
    "pmCommands": [],
    "wiki": "http://wiki.redbrick.dcu.ie/mw/"
  },
});

Readme

Keywords

none

Package Sidebar

Install

npm i butlerbot-helpdesk

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • butlerx