@@ -5,13 +5,13 @@ const subscription = require('./subscription')
5
5
6
6
const TEXT_CATEGORIES = {
7
7
WORK : [
8
- "Hard work beats talent every time" ,
9
- "The marketplace punishes those that don't work hard" ,
10
- "You don't get paid for the time, you get paid for the value you bring"
8
+ "Hard work beats talent every time. " ,
9
+ "The marketplace punishes those that don't work hard. " ,
10
+ "You don't get paid for the time, you get paid for the value you bring. "
11
11
] ,
12
12
LIFE : [
13
- "This one is really worth a watch" ,
14
- "You live only once, find the courage" ,
13
+ "This one is really worth a watch. " ,
14
+ "You live only once, find the courage. " ,
15
15
"Remember systems are better than goals!"
16
16
] ,
17
17
GYM : [
@@ -51,7 +51,7 @@ const WELCOME_SENTENCES = [
51
51
const WELCOME_TEXT_QUICK_REPLY = "Choose a video category right away and I'll make sure you get pumped up!"
52
52
53
53
const DEFAULT_ANSWERS = event => [
54
- event . user . first_name + ", Choose something from the menu below but please don't say words to me :)" ,
54
+ event . user . first_name + ", choose something from the menu below but please don't say words to me :)" ,
55
55
"Help, words are not my strong point " + event . user . first_name ,
56
56
"Motivational videos are all I understand unfortunately" ,
57
57
"I like you. You say words to me that sound nice even if I don't understand them :s" ,
0 commit comments