From 1c86700f2c9ef16c7d565fc641298160896c44d5 Mon Sep 17 00:00:00 2001 From: srqc <98553181+2srqc@users.noreply.github.com> Date: Fri, 13 Jan 2023 00:17:28 -0500 Subject: [PATCH] Update ModActionsPlugin.ts --- backend/src/plugins/ModActions/ModActionsPlugin.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/plugins/ModActions/ModActionsPlugin.ts b/backend/src/plugins/ModActions/ModActionsPlugin.ts index 75f8eb8d..86c19216 100644 --- a/backend/src/plugins/ModActions/ModActionsPlugin.ts +++ b/backend/src/plugins/ModActions/ModActionsPlugin.ts @@ -25,7 +25,6 @@ import { KickCmd } from "./commands/KickCmd"; import { MassbanCmd } from "./commands/MassBanCmd"; import { MassmuteCmd } from "./commands/MassmuteCmd"; import { MassunbanCmd } from "./commands/MassUnbanCmd"; -import { MassWarnCmd } from "./commands/MassWarnCmd"; import { MuteCmd } from "./commands/MuteCmd"; import { NoteCmd } from "./commands/NoteCmd"; import { SoftbanCmd } from "./commands/SoftbanCommand";