From e0b4f184033ed15eb66cad191fb28dfef904efde Mon Sep 17 00:00:00 2001 From: iamshoXy Date: Thu, 18 Jan 2024 21:48:11 +0100 Subject: [PATCH] Remove duplicate import --- backend/src/plugins/Automod/triggers/matchAttachmentType.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/plugins/Automod/triggers/matchAttachmentType.ts b/backend/src/plugins/Automod/triggers/matchAttachmentType.ts index a99521cc..bb6c06fe 100644 --- a/backend/src/plugins/Automod/triggers/matchAttachmentType.ts +++ b/backend/src/plugins/Automod/triggers/matchAttachmentType.ts @@ -3,7 +3,6 @@ import * as t from "io-ts"; import { extname } from "path"; import { asSingleLine, messageSummary, verboseChannelMention } from "../../../utils"; import { automodTrigger } from "../helpers"; -import { extname } from "path"; interface MatchResultType { matchedType: string;