UNPKG

hubot-scripts

Version:

Allows you to opt in to a variety of scripts

19 lines (17 loc) 349 B
# Description: # Happiness in image form # # Dependencies: # None # # Configuration: # None # # Commands: # me gusta - Display "Me Gusta" face when heard # # Author: # phyreman module.exports = (robot) -> robot.hear /me gusta/i, (msg) -> msg.send "http://s3.amazonaws.com/kym-assets/entries/icons/original/000/002/252/me-gusta.jpg"