1.0.0 • Published 6 years ago

butlerbot-uno v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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"
    },
  },
});