Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 392 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 392 Bytes

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.