Skip to content

Commit

Permalink
Add more trigger words
Browse files Browse the repository at this point in the history
  • Loading branch information
nicktu12 committed Jan 7, 2019
1 parent c388dea commit 6884cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = app => {
const fetch = require('node-fetch');
app.log('I got a hot sauce in my bag, swag');

const triggerWords = ["Bey", "Beyonce", "Beyoncé", "Yonce", "Yoncé", "Mrs. Carter", "Mrs Carter", "JayZ", "Jay-Z", "Jay Z", "Sasha Fierce", "Destiny's Child", "Destinys Child", "Solange", "Knowles", "queen b", "qween"];
const triggerWords = ["Bey", "Beyonce", "Beyoncé", "Yonce", "Yoncé", "Mrs. Carter", "Mrs Carter", "JayZ", "Jay-Z", "Jay Z", "Sasha Fierce", "Destiny's Child", "Destinys Child", "Solange", "Knowles", "queen b", "qween", "carters", "Blue Ivy", "runi", "sir"];

const triggered = (webhookType, context) => {
const webhookTitle = context.payload[webhookType].title;
Expand Down

0 comments on commit 6884cd4

Please sign in to comment.