Skip to content

Commit

Permalink
Added text path about making friends. Relates to #21
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Barrett committed Feb 2, 2017
1 parent b0a61fa commit dd06a0a
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/resources/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"responses": [
{ "text": "I'm feeling pretty good! 😀", "action": "message", "value": "2" },
{ "text": "I feel a bit nervous 😟", "action": "message", "value": "3" },
{ "text": "I feel sad 😞", "action": "message", "value": "9" }
{ "text": "I feel sad 😞", "action": "message", "value": "9" },
{ "text": "I find it hard to make friends", "action": "message", "value": "13" }
]
},
"2": {
Expand Down Expand Up @@ -79,5 +80,18 @@
"responses": [
{ "text": "awww", "action": "idle", "value": null }
]
},
"13": {
"text": "Oh no! You seem pretty cool to me, but making friends can be hard. Would you like me to tell you some of my special tips?",
"responses": [
{ "text": "Yes please!", "action": "message", "value": "14" },
{ "text": "No, I'm ok", "action": "message", "value": "8" }
]
},
"14": {
"text": "Cool! Try not to be afraid.\nMost people are nice and want you to like them 😊.\nTry asking them about themselves and what they like.\nI hope this helps!",
"responses": [
{ "text": "Thanks!", "action": "idle", "value": null }
]
}
}

0 comments on commit dd06a0a

Please sign in to comment.