@@ -5,13 +5,13 @@ const subscription = require('./subscription')
55
66const TEXT_CATEGORIES = {
77 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. "
1111 ] ,
1212 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. " ,
1515 "Remember systems are better than goals!"
1616 ] ,
1717 GYM : [
@@ -51,7 +51,7 @@ const WELCOME_SENTENCES = [
5151const WELCOME_TEXT_QUICK_REPLY = "Choose a video category right away and I'll make sure you get pumped up!"
5252
5353const 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 :)" ,
5555 "Help, words are not my strong point " + event . user . first_name ,
5656 "Motivational videos are all I understand unfortunately" ,
5757 "I like you. You say words to me that sound nice even if I don't understand them :s" ,
0 commit comments