butlerbot-uno

1.0.0 • Public • Published

butlerbot-uno

uno plugin for butlerbot

Install

yarn add butlerbot-uno

Create a file in the plugin dir as follows

import uno from 'butlerbot-uno';
export default uno({
  development: {
    "url": "http://redbrick.dcu.ie/api/committee",
    channels: ['#butlerbot'],
    channelsToExclude: [],
    channelsToJoin: ['#butlerbot'],
    "gameOptions": {
      "turnMinutes": 3,
      "maxIdleTurns": 3,
      "idleRoundTimerDecrement": 60,
      "setTopic": true,
      "topicBase": "|| Dev Bot || Expect spam || Expect breakings"
    },
  },
 
  production: {
    "url": "http://redbrick.dcu.ie/api/committee",
    channels: ['#butlerbot'],
    channelsToExclude: [],
    channelsToJoin: ['#butlerbot'],
    "gameOptions": {
      "turnMinutes": 3,
      "maxIdleTurns": 3,
      "idleRoundTimerDecrement": 60,
      "setTopic": true,
      "topicBase": "|| Dev Bot || Expect spam || Expect breakings"
    },
  },
});

Readme

Keywords

none

Package Sidebar

Install

npm i butlerbot-uno

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • butlerx