hubot-bs-random
v1.0.1
Published
Solve indecivsiveness by random choice; make a list, get an answer
Maintainers
Readme
bs-random
Indecisve? Let bs-random make the choice for you! Add all your options to a group, do a random get, and the great random number generator in the sky will pick one for you.
See src/random.coffee for full documentation.
Installation
In hubot project repo, run:
npm install hubot-bs-random --save
Then add hubot-bs-random to your external-scripts.json:
[
"hubot-bs-random"
]