Skip to content

Commit

Permalink
Simplify filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeto143 committed May 14, 2024
1 parent ea7b39b commit 79d6edb
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 @@ -33,7 +33,7 @@ const tweetFilter = new TweetFilter([], Object.keys(languageKeys));
const streamFilter = {
includeWords: [
'"vegan" OR "végétalien" OR "végétalienne" OR "végane" OR "vegano" OR "vegana"',
'"I want to" OR "I would like" OR "thinking of" OR "I should try" OR "planning on" OR "I wish" OR "Je souhaite" OR "Je veux" OR "J\'ai envie de" OR "J\'espère" OR "Quiero" OR "Deseo" OR "Tengo ganas de" OR "Estoy pensando en" OR "He decidido" OR "Planeo" OR "Me estoy planteando" OR "Voy a" OR "Mi intención es" OR "Ich will" OR "Ich möchte" OR "Ich beabsichtige" OR "Ich habe vor"',
'"I want to" OR "I would like" OR "thinking of" OR "I should try" OR "plan on" OR "planning on" OR "I wish" OR "Je souhaite" OR "Je veux" OR "J\'ai envie de" OR "J\'espère" OR "Quiero" OR "Deseo" OR "Estoy pensando en" OR "Voy a" OR "Ich will" OR "Ich möchte" OR "Ich beabsichtige" OR "Ich habe vor"',
],
};

Expand Down

0 comments on commit 79d6edb

Please sign in to comment.