Skip to content

Commit

Permalink
Updated TestBot's slack support
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevenic committed Apr 8, 2016
1 parent 162c33d commit fc445dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Node/examples/testBot/slackBot.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
});
Expand Down

0 comments on commit fc445dd

Please sign in to comment.