mirror of
https://github.com/uditkarode/bing-chat-telegram.git
synced 2025-02-22 17:22:13 +00:00
feat: new trigger
This commit is contained in:
parent
0b27523212
commit
136b0fc5c9
@ -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)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user