feat: new trigger

This commit is contained in:
Udit Karode 2023-04-14 18:00:44 +05:30
parent 0b27523212
commit 136b0fc5c9

View File

@ -18,6 +18,7 @@ export const transformers: Transformers = [
"“new topic", "“new topic",
"prefer not to continue", "prefer not to continue",
"still learning so I appreciate your understanding and patience", "still learning so I appreciate your understanding and patience",
"I cannot continue this conversation",
]; ];
if (triggers.some(trigger => lowercaseReply.includes(trigger))) if (triggers.some(trigger => lowercaseReply.includes(trigger)))