From 2572fa78dfc7a8dde0063ad8573c3d751fdb2d33 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Tue, 2 Nov 2021 22:16:40 +0200 Subject: [PATCH] fix: missing change from 901a7230803a28f40172293fec2b423eb9983131 --- backend/src/plugins/BotControl/BotControlPlugin.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/src/plugins/BotControl/BotControlPlugin.ts b/backend/src/plugins/BotControl/BotControlPlugin.ts index d7a17b77..7897d837 100644 --- a/backend/src/plugins/BotControl/BotControlPlugin.ts +++ b/backend/src/plugins/BotControl/BotControlPlugin.ts @@ -23,7 +23,6 @@ import { AddServerFromInviteCmd } from "./commands/AddServerFromInviteCmd"; import { ChannelToServerCmd } from "./commands/ChannelToServerCmd"; import { RestPerformanceCmd } from "./commands/RestPerformanceCmd"; import { RateLimitPerformanceCmd } from "./commands/RateLimitPerformanceCmd"; -import { ToggleBlockDetectionCmd } from "./commands/ToggleBlockDetectionCmd"; const defaultOptions = { config: { @@ -59,7 +58,6 @@ export const BotControlPlugin = zeppelinGlobalPlugin()({ RateLimitPerformanceCmd, AddServerFromInviteCmd, ChannelToServerCmd, - ToggleBlockDetectionCmd, ], async afterLoad(pluginData) {