butlerbot-redbrick-committee
v1.0.2
Published
redbrick committee plugin for butlerbot
Downloads
1
Readme
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"
]
});