From 56c7dcc613c453bc942f3a1d2a11b216e1c27f97 Mon Sep 17 00:00:00 2001 From: Alexander Paz Date: Mon, 10 Feb 2020 09:24:39 -0500 Subject: [PATCH] Update heck.coffee --- packages/hubot/scripts/heck.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/hubot/scripts/heck.coffee b/packages/hubot/scripts/heck.coffee index 2fc97e7..7ae0ef8 100644 --- a/packages/hubot/scripts/heck.coffee +++ b/packages/hubot/scripts/heck.coffee @@ -23,6 +23,7 @@ module.exports = (robot) -> /spook/i ].map (regex) -> robot.hear regex, (msg) -> + # https://github.com/alexjpaz/lambda-slackbot/blob/master/src/actions/heck.js robot.http('https://fa2yu62thb.execute-api.us-east-1.amazonaws.com/production/heck') .get() (err, res, body) -> text = JSON.parse(body).text