Skip to content

Commit

Permalink
Notifying users of the limited functionality for the time being.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Deeb committed Dec 17, 2015
1 parent 2e0ec52 commit 48129c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ bot.get('IDK', message => {
bot.send(randomQuestion).then(answer => {
if(answer.text == 'Yes') {
recursiveRestaurantQuestion();
} else {
const msg = new Message().to(id).text('Ability to filter by other parameters coming soon. For now enjoy getting random restaurant suggestions.');
bot.send(msg);
}
}, () => {
const msg = new Message().to(id).text('Invalid answer');
Expand Down

0 comments on commit 48129c6

Please sign in to comment.