butlerbot-bookclub
v1.0.0
Published
bookclub plugin for butlerbot
Downloads
7
Readme
butlerbot-bookclub
bookclub plugin for butlerbot
Install
yarn add butlerbot-bookclub
Create a file in the plugin dir as follows
import bookclub from 'butlerbot-bookclub';
export default bookclub({
development: {
setTopic: true,
topicBase: '|| Dev Bot || Expect spam || Expect breakings',
awsId: '',
awsSecret: '',
channels: ['#botdev'],
channelsToExclude: [],
channelsToJoin: ['#botdev'],
},
production: {
setTopic: true,
topicBase:
' || Welcome to Bookclub check out https://github.com/butlerx/butlerbot/wiki/bookclub for commands',
awsId: '',
awsSecret: '',
channels: ['#BookClub'],
channelsToExclude: [],
channelsToJoin: ['#BookClub'],
},
});