UNPKG

hubot-decides

Version:

A hubot script which randomly or not makes choice decisions.

22 lines (12 loc) 392 B
# 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`: ```json ["hubot-decides"] ``` ## Sample Interaction ![me and hubot](Screenshot.png) See [test/decide-test.coffee](test/decide-test.coffee) for other usage examples.