hubot-decides

A hubot script which randomly or not makes choice decisions.

Usage no npm install needed!

<script type="module">
  import hubotDecides from 'https://cdn.skypack.dev/hubot-decides';
</script>

README

hubot-decides

A hubot script which randomly or not makes choice decisions.

Installation

In hubot project repo, run:

npm install hubot-decides --save

Then add hubot-decides to your external-scripts.json:

["hubot-decides"]

Sample Interaction

me and hubot

See test/decide-test.coffee for other usage examples.