diff --git a/backend/src/plugins/ModActions/commands/MassUnbanCmd.ts b/backend/src/plugins/ModActions/commands/MassUnbanCmd.ts index 353c8021..54ccca3b 100644 --- a/backend/src/plugins/ModActions/commands/MassUnbanCmd.ts +++ b/backend/src/plugins/ModActions/commands/MassUnbanCmd.ts @@ -38,9 +38,9 @@ export const MassunbanCmd = modActionsCmd({ return; } const config = pluginData.config.get(); - const unbanReason = parseReason( - config, - formatReasonWithAttachments(unbanReasonReply.content, [...msg.attachments.values()]), + const unbanReason = formatReasonWithAttachments( + parseReason(config, unbanReasonReply.content), + [...msg.attachments.values()], ); // Ignore automatic unban cases and logs for these users