Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
josephrocca authored Jul 6, 2023
1 parent f106758 commit 103fd2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6040,6 +6040,8 @@ <h2 style="text-align:center;margin-bottom: 0.5rem;">Your Characters</h2>
|| /\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) {
Expand Down

0 comments on commit 103fd2a

Please sign in to comment.