Skip to content

Commit a9fb090

Browse files
authored
Update index.js
1 parent bf97812 commit a9fb090

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ const subscription = require('./subscription')
55

66
const 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 = [
5151
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 + ", 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

Comments
 (0)