hubot-eyebleach
v0.0.6
Published
A hubot script to post an eye cleansing image
Downloads
5
Readme
hubot-eyebleach
A Hubot script for displaying eye cleansing images
hubot eyebleach me # displays random image
Settings
HUBOT_EYECLEANSE_NSFW=TRUE # Pulls from r/gentlemanboners
Edit
package.json
and addhubot-eyebleach
to thedependencies
section. It should look something like this:"dependencies": { "hubot-eyebleach": ">= 0.0.1", ... }
Add "hubot-eyebleach" to your
external-scripts.json
. It should look something like this:["hubot-eyebleach"]