Skip to content

Commit 249286d

Browse files
authored
Merge pull request #8 from botpress/JustinWatson-patch-2
Update index.js
2 parents cbdc0b6 + 3525368 commit 249286d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

index.js

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ const TEXT_CATEGORIES = {
1111
],
1212
LIFE: [
1313
"This one is really worth a watch",
14-
"You live only once.. don't mess it up",
15-
"What are your goals?"
14+
"You live only once, find the courage",
15+
"Remember systems are better than goals!"
1616
],
1717
GYM: [
18-
"Listening to that while on the threadmill will result in 20% more results",
18+
"You will find yourself working 20% harder just by listening to this on the trendmill",
1919
"Happy to be your workout mate... Watch this!",
20-
"If you are not pumped up after this video, I really don't know what to do"
20+
"If you are not pumped up after this video, I really don't know what to tell you"
2121
]
2222
}
2323

@@ -43,19 +43,19 @@ const pickCategory = {
4343
}
4444

4545
const WELCOME_SENTENCES = [
46-
"Hey, so I've heard that you need a little kick in the butt from time to time? Don't worry mate, that's my job and I'll do that for you 👏",
47-
"In exchange I only ask from you that you don't talk to me like I was human.. I'm clearly not! 🤖",
48-
"👉 Let's just stick to using buttons, that's going to be easier for the both of us"
46+
"Hey, so I've heard that you a little bit of Dr Boost magic. Don't worry I've got some videos that will give you back your energy and determination 👏",
47+
"By the way, I'm not human or artificially intelligent so let's just stick to using buttons, that's going to be easier for the both of us 🤖",
48+
"👉 Use the menus on messenger if you get stuck."
4949
]
5050

51-
const WELCOME_TEXT_QUICK_REPLY = "That being said, choose a category right away and I'll make sure you get pumped up!"
51+
const WELCOME_TEXT_QUICK_REPLY = "Choose a video category right away and I'll make sure you get pumped up!"
5252

5353
const DEFAULT_ANSWERS = event => [
54-
event.user.first_name + ", I told you, I'm a bit dumb. I assume you want motivation, 'cause that's all I'm able to do :)",
55-
"I don't understand much of what you say " + event.user.first_name,
56-
"I'm only here to give you motivation",
57-
"My creators made me dumb on purpose, they say I shouldn't try to be human-like :s",
58-
"I'm not here to talk " + event.user.first_name + ", I'm here to give you motivation!"
54+
event.user.first_name + ", Choose something from the menu below but please don't say words to me :)",
55+
"Help, words are not my strong point " + event.user.first_name,
56+
"Motivational videos are all I understand unfortunately",
57+
"I like you. You say words to me that sound nice even if I don't understand them :s",
58+
"I hope you see how easy it is to create a bot on botpress " + event.user.first_name + ", clearly I'm in need of some nlp functionality though!"
5959
]
6060

6161
const shareTemplate = {

0 commit comments

Comments
 (0)