1.0.1 • Published 8 years ago

hubot-decide v1.0.1

Weekly downloads
7
License
MIT
Repository
github
Last release
8 years ago

Description

A hubot script that helps you make decisions. For example:

you> We need to choose between wine or beer 
hubot> let's go with beer!

The actual command breakdown:

[decide|choose|pick] between(:) <option 1> and|or <option 2> (and|or <option #> ...)

To install

Go to your bot's root directory and run:

npm install hubot-decide --save

Add it to your external-scripts.json:

[
  "hubot-decide"
]

To use

  1. Invite the bot to rooms
  2. Let people chat

Note

  • The bot does not log chats
1.0.1

8 years ago

1.0.0

8 years ago