Skip to content

Commit

Permalink
chore: 🤖 extend trigger phase 4
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Feb 15, 2024
1 parent 593231c commit beab317
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ListenerTriggers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,9 @@ const confirmationEmail: OnMessageCreate = {
!!msg.content.match(/.*wasn.*able.*fill.*form/gm) ||
!!msg.content.match(/.*([fF]orm|[hH]ow|[wW]hy|[wW]h?ere).*(haven|not?).*got.*access/gm) ||
!!msg.content.match(/.*([wW]h?en.*form.*again)/gm) ||
!!msg.content.match(/.*[fF]illed.*form/gm),
!!msg.content.match(/.*[fF]illed.*form/gm) ||
!!msg.content.match(/.*[fF]orm.*participate.*phase.*4/gm) ||
!!msg.content.match(/.*([wW]h?en.*phase.*4)/gm),
cb: async (msg) => {
const message = textTemplt({
tmplt: aboutConfirmationEmail,
Expand Down

0 comments on commit beab317

Please sign in to comment.