fix: missing change from 901a723080
This commit is contained in:
parent
ac03711574
commit
2572fa78df
1 changed files with 0 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue