A hubot that shuffles pairs
In hubot project repo, run:
npm install hubot-pair-shuffler --save
Then add hubot-pair-shuffler to your external-scripts.json
:
[
"hubot-pair-shuffler"
]
user1>> @hubot Generate random pairs of Brandyn, Dustin, and Dianne
hubot>> @Dianne pair with Brandyn on Brandyn's task
@Brandyn pair with Dustin on Dustin's task
@Dustin pair with Dianne on Dianne's task