devict / devict-hubot

devICT Slack Hubot!
http://devict.slack.com
10 stars 13 forks source link

Make responses.js send reactions instead of image links #43

Closed jcbwlkr closed 7 years ago

jcbwlkr commented 7 years ago

Many people feel that the images coming from responses.js are too invasive. This issue is to convert all of those images into emojis and have the bot "react" to certain messages.

Make an emoji reaction for each of these triggers

It might be enough to have the bot do msg.send('+:look_at_this:') but that could lead to a race condition of the bot reacting to the wrong message. It's not the end of the world if that happens but if there's a better way to specifically react to the triggering message then let's do that.

hitjim commented 7 years ago

I might try that approach first and we'll see if the race condition is an issue after using it for a while.

hitjim commented 7 years ago

Shoot. Forgot you're welcome in my PR