Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinWatson committed Jan 5, 2017
1 parent bf97812 commit a9fb090
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ const subscription = require('./subscription')

const TEXT_CATEGORIES = {
WORK: [
"Hard work beats talent every time",
"The marketplace punishes those that don't work hard",
"You don't get paid for the time, you get paid for the value you bring"
"Hard work beats talent every time.",
"The marketplace punishes those that don't work hard.",
"You don't get paid for the time, you get paid for the value you bring."
],
LIFE: [
"This one is really worth a watch",
"You live only once, find the courage",
"This one is really worth a watch.",
"You live only once, find the courage.",
"Remember systems are better than goals!"
],
GYM: [
Expand Down Expand Up @@ -51,7 +51,7 @@ const WELCOME_SENTENCES = [
const WELCOME_TEXT_QUICK_REPLY = "Choose a video category right away and I'll make sure you get pumped up!"

const DEFAULT_ANSWERS = event => [
event.user.first_name + ", Choose something from the menu below but please don't say words to me :)",
event.user.first_name + ", choose something from the menu below but please don't say words to me :)",
"Help, words are not my strong point " + event.user.first_name,
"Motivational videos are all I understand unfortunately",
"I like you. You say words to me that sound nice even if I don't understand them :s",
Expand Down

0 comments on commit a9fb090

Please sign in to comment.