UNPKG

hubot-scripts

Version:

Allows you to opt in to a variety of scripts

12 lines (11 loc) 315 B
# Description: # A command that shows us a photo of the current line at Shake Shack # # Commands: # hubot shake cam - Returns an image of the line at Shake Shack # # Author: # desmondmorris module.exports = (robot) -> robot.respond /shake cam/i, (msg) -> msg.send 'http://www.shakeshack.com/camera.jpg'