Skip to content

Commit

Permalink
Improve French filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeto143 authored May 24, 2024
1 parent 79d6edb commit 6706869
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 "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"',
'"I want to" OR "I would like" OR "thinking of" OR "I should try" OR "plan on" OR "I wish" OR "devenir" OR "je veux" OR "j\'ai envie" OR "je voudrais" OR "j\'aimerais" 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 6706869

Please sign in to comment.