explaination to all trigger

This commit is contained in:
Lou 2025-11-20 19:01:28 +01:00
parent fe3fd9b1b6
commit 9142e440d5
6 changed files with 32 additions and 8 deletions

View file

@ -1,10 +1,11 @@
import Detector from "./Detector.js";
import { cleanMessageContent } from "../utils/strings.js";
//check the regex for "quoi"
// trigger if it's at the end of the sentence (tu fais quoi)
// trigger if it's followed by 1 to 3 words (c'est quoi ça)
// skip if in the middle of a long sentence (je sais pas quoi faire demain)
/*check the regex for "quoi"
trigger if it's at the end of the sentence (tu fais quoi)
trigger if it's followed by 1 to 3 words (c'est quoi ça)
skip if in the middle of a long sentence (je sais pas quoi faire demain)
*/
const answers = [
...Array(10).fill('feur'),