fix: missing change from 901a723080

This commit is contained in:
Dragory 2021-11-02 22:16:40 +02:00
parent ac03711574
commit 2572fa78df
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -23,7 +23,6 @@ import { AddServerFromInviteCmd } from "./commands/AddServerFromInviteCmd";
import { ChannelToServerCmd } from "./commands/ChannelToServerCmd"; import { ChannelToServerCmd } from "./commands/ChannelToServerCmd";
import { RestPerformanceCmd } from "./commands/RestPerformanceCmd"; import { RestPerformanceCmd } from "./commands/RestPerformanceCmd";
import { RateLimitPerformanceCmd } from "./commands/RateLimitPerformanceCmd"; import { RateLimitPerformanceCmd } from "./commands/RateLimitPerformanceCmd";
import { ToggleBlockDetectionCmd } from "./commands/ToggleBlockDetectionCmd";
const defaultOptions = { const defaultOptions = {
config: { config: {
@ -59,7 +58,6 @@ export const BotControlPlugin = zeppelinGlobalPlugin<BotControlPluginType>()({
RateLimitPerformanceCmd, RateLimitPerformanceCmd,
AddServerFromInviteCmd, AddServerFromInviteCmd,
ChannelToServerCmd, ChannelToServerCmd,
ToggleBlockDetectionCmd,
], ],
async afterLoad(pluginData) { async afterLoad(pluginData) {