Skip to content

Commit

Permalink
Adjust filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeto143 committed May 2, 2024
1 parent ec58031 commit 4e4b8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 5m5v-bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const tweetFilter = new TweetFilter([], Object.keys(languageKeys));
const streamFilter = {
includeWords: [
util.trackedTerms.map(term => `"${term}"`).join(' OR '),
'"want" OR "would like" OR "thinking of" OR "should try" OR "planning on" OR "souhaite" OR "veux" OR "ai envie de" OR "aspire à" OR "espère" OR "quiero" OR "deseo" OR "tengo ganas de" OR "aspiro a" OR "will" OR "möchte" OR "begehre" OR "verlange" OR "sehne mich nach" OR "erwünsche"',
'"want to" OR "would like" OR "thinking of" OR "should try" OR "planning on" OR "souhaite" OR "veux" OR "ai envie de" OR "aspire à" OR "espère" OR "quiero" OR "deseo" OR "tengo ganas de" OR "aspiro a" OR "will" OR "möchte" OR "begehre" OR "verlange" OR "sehne mich nach" OR "erwünsche"',
],
};

Expand Down

0 comments on commit 4e4b8bc

Please sign in to comment.