explaination to all trigger
This commit is contained in:
parent
fe3fd9b1b6
commit
9142e440d5
6 changed files with 32 additions and 8 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue