You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.js
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@ const TEXT_CATEGORIES = {
11
11
],
12
12
LIFE: [
13
13
"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!"
16
16
],
17
17
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",
19
19
"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"
21
21
]
22
22
}
23
23
@@ -43,19 +43,19 @@ const pickCategory = {
43
43
}
44
44
45
45
constWELCOME_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."
49
49
]
50
50
51
-
constWELCOME_TEXT_QUICK_REPLY="That being said, choose a category right away and I'll make sure you get pumped up!"
51
+
constWELCOME_TEXT_QUICK_REPLY="Choose a video category right away and I'll make sure you get pumped up!"
52
52
53
53
constDEFAULT_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!"
0 commit comments