From e6847229084317c4c58cce4159451d694e88ab48 Mon Sep 17 00:00:00 2001 From: metal Date: Tue, 14 Sep 2021 15:44:40 +0000 Subject: [PATCH] unused import --- backend/src/plugins/Automod/events/runAutomodOnThreadEvents.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/plugins/Automod/events/runAutomodOnThreadEvents.ts b/backend/src/plugins/Automod/events/runAutomodOnThreadEvents.ts index 97d19403..c452e6b9 100644 --- a/backend/src/plugins/Automod/events/runAutomodOnThreadEvents.ts +++ b/backend/src/plugins/Automod/events/runAutomodOnThreadEvents.ts @@ -2,7 +2,6 @@ import { typedGuildEventListener } from "knub"; import { RecentActionType } from "../constants"; import { GuildSavedMessages } from "../../../data/GuildSavedMessages"; import { runAutomod } from "../functions/runAutomod"; -import diff from "lodash.difference"; import { AutomodContext, AutomodPluginType } from "../types"; export const RunAutomodOnThreadCreate = typedGuildEventListener()({