From 073bf33f7639618532c96d8e9efbddb636255e88 Mon Sep 17 00:00:00 2001 From: Tristan Rubadeau Date: Wed, 28 Jun 2017 15:23:49 -0600 Subject: [PATCH] Added files.sharedPublicURL to slack_web_api --- lib/Slack_web_api.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Slack_web_api.js b/lib/Slack_web_api.js index 41d88a774..21ab36246 100755 --- a/lib/Slack_web_api.js +++ b/lib/Slack_web_api.js @@ -53,6 +53,7 @@ module.exports = function(bot, config) { 'files.info', 'files.list', 'files.upload', + 'files.sharedPublicURL', 'groups.archive', 'groups.close', 'groups.create',