mirror of
https://github.com/uditkarode/bing-chat-telegram.git
synced 2025-07-26 00:30:37 +00:00
feat: new trigger
This commit is contained in:
@ -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)))
|
||||||
|
Reference in New Issue
Block a user