From 103fd2a6a2332fb15c621987f01e7c2e4bdb0c65 Mon Sep 17 00:00:00 2001 From: josephrocca <1167575+josephrocca@users.noreply.github.com> Date: Fri, 7 Jul 2023 07:25:51 +0800 Subject: [PATCH] Update index.html --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 75685ca..e640bb6 100644 --- a/index.html +++ b/index.html @@ -6040,6 +6040,8 @@

Your Characters

|| /\bi'm sorry.+(appropriate|acceptable)\b/.test(t) || /\bi apologi[zs]e.+(appropriate|acceptable)\b/.test(t) || /\b(i (can't|cannot) (assist|help)( you|) with that)\b/.test(t) + || /\b(i'm |)sorry, i (can't|cannot)\b/.test(t.slice(0, 50)) + || /\bunfortunately,? i (can't|cannot)\b/.test(t.slice(0, 50)) } async function messageEditButtonClickHandler(e) {