Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 491 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 491 Bytes

hubot-suggest

Enables hubot to suggest commands when not found.

Installation

  • Run the npm install command.
$ npm install hubot-suggest
  • Add the following code in your external-scripts.json file.
["hubot-suggest"]

Sample Interaction

Hubot> Hubot youtobe me penguin
Hubot> Could not find command 'hubot youtobe me penguin'.
Maybe you meant 'Hubot youtube me' or 'Hubot time' or 'Hubot the rules'.
Run `Hubot help` for more commands.