Skip to content

Commit

Permalink
Fix example error
Browse files Browse the repository at this point in the history
  • Loading branch information
jdwuarin committed Apr 2, 2017
1 parent 0368382 commit 16aa250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ botmaster.use({

// watsonUpdate.output.text is an array as watson can reply with a few
// messages one after another
return bot.sendTextCascadeTo(update.watsonUpdate.output.text, update,sender,id);
return bot.sendTextCascadeTo(update.watsonUpdate.output.text, update.sender.id);
}
})

Expand Down

0 comments on commit 16aa250

Please sign in to comment.