From ab2f0e6251664f202f6b0bd862ce17a53089e883 Mon Sep 17 00:00:00 2001 From: srqc <98553181+2srqc@users.noreply.github.com> Date: Sun, 15 Jan 2023 11:13:20 -0500 Subject: [PATCH] Update reply.ts --- backend/src/plugins/Automod/actions/reply.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/plugins/Automod/actions/reply.ts b/backend/src/plugins/Automod/actions/reply.ts index 865ef127..48c0be44 100644 --- a/backend/src/plugins/Automod/actions/reply.ts +++ b/backend/src/plugins/Automod/actions/reply.ts @@ -100,6 +100,7 @@ export const ReplyAction = automodAction({ ...messageContent, allowedMentions: { users: [user.id], + parse: ['roles'], }, };