From 8af3743ce748665411cf348c41cb23f4910d1835 Mon Sep 17 00:00:00 2001 From: Szedann <65607498+Szedann@users.noreply.github.com> Date: Mon, 1 Jan 2024 02:56:38 +0100 Subject: [PATCH] prettier D: --- src/handlers/spam.handler.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/handlers/spam.handler.ts b/src/handlers/spam.handler.ts index 155ef33..1c10fa0 100644 --- a/src/handlers/spam.handler.ts +++ b/src/handlers/spam.handler.ts @@ -173,7 +173,10 @@ export const spamHandler: Handler = (client) => { })); suspicion.level += otherSuspicions.level; - suspicion.reasons = new Set([...suspicion.reasons, ...otherSuspicions.reasons]); + suspicion.reasons = new Set([ + ...suspicion.reasons, + ...otherSuspicions.reasons, + ]); const logChannel = await message.guild?.channels.fetch( process.env.MESSAGE_LOGS_CHANNEL