diff --git a/Node/examples/testBot/slackBot.js b/Node/examples/testBot/slackBot.js index a9e9f43eb8..8cba5a9c5a 100644 --- a/Node/examples/testBot/slackBot.js +++ b/Node/examples/testBot/slackBot.js @@ -16,7 +16,6 @@ var slackBot = new builder.SlackBot(controller, bot); index.addDialogs(slackBot, function (message) { // Compose a return address that's the sender of the message return { - user: message.channelData.user, channel: message.channelData.channel }; });