slack-robot
slack-robot copied to clipboard
Missing docs for listening reaction
Achieved using robot.when(EVENT_TYPE, value, callback)
, which translates to robot.when('reaction_added', '+1', function (req, res) { });
Need proper docs though