From 3bf4cbe84a81a9a33d077bc34aeb6b34abc17e66 Mon Sep 17 00:00:00 2001 From: deubaka Date: Fri, 12 Aug 2016 16:19:22 +0800 Subject: [PATCH] Fixed typo on logs, 'interactive message' instead of 'slash command' --- lib/SlackBot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SlackBot.js b/lib/SlackBot.js index 0019d257d..9ce8e90b4 100755 --- a/lib/SlackBot.js +++ b/lib/SlackBot.js @@ -138,7 +138,7 @@ function Slackbot(configuration) { slack_botkit.findTeamById(message.team.id, function(err, team) { if (err || !team) { - slack_botkit.log.error('Received slash command, but could not load team'); + slack_botkit.log.error('Received interactive message, but could not load team'); } else { res.status(200); res.send('');