Skip to content

Commit

Permalink
fix: issues #33, #32, #31, #27, #26
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Jackson authored and Max Jackson committed Apr 18, 2017
1 parent 681b45f commit b83559f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/loves.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ const bot = require('./bot');
const loves = ["gold", "golds", "gold\'s", "father", "fathers", "father\'s", "cookie", "cookies", "cookie\'s", "communism", "la croix"];

const loveResponses = {
"gold" : [
"Gold! My essence! I must become pure!",
"My father, the Great Gold Grabber, is in jail for life for grabbing too much gold! I never knew him!"
],

"father" : [
"I have three fathers! maxjackson, The Great Gold Grabber, and God!",
"Fathers are the most oppressed minority in America today! Nobody talks about this!"
Expand Down
3 changes: 2 additions & 1 deletion src/swears.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ const swears = [
/d+a+m+n+i+t+/ig,
/h+o+l+y+/ig,
/b+i+t+c+h+e+s/ig,
/g+od+/ig
/g+od+/ig,
/aaron blankenship/
];
module.exports = {
swears
Expand Down

0 comments on commit b83559f

Please sign in to comment.