Skip to content

Instantly share code, notes, and snippets.

@captDaylight
Last active May 22, 2016 20:18
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/b08c734fe6e1d1d298bbccc79db9b138 to your computer and use it in GitHub Desktop.
Save captDaylight/b08c734fe6e1d1d298bbccc79db9b138 to your computer and use it in GitHub Desktop.
hears(['accept'], 'ambient', (bot, message) => {
...
if (user in players && !players[user].accepted) {
bot.reply(message, 'GREAT, LET THE BATTLE BEGIN!!!');
bot.startPrivateConversation(message, callback);
} else {
...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment