Skip to content

Instantly share code, notes, and snippets.

@captDaylight
Created May 13, 2016 04:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save captDaylight/35e1bd4d78f55af6b8bb9de8c5f282b6 to your computer and use it in GitHub Desktop.
Save captDaylight/35e1bd4d78f55af6b8bb9de8c5f282b6 to your computer and use it in GitHub Desktop.
function privateConvo(bot, message) {
return (err, convo) => {};
}
...
bot.startPrivateConversation(message, privateConvo(bot, message));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment