3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-14 05:45:02 +00:00

debug+++++

This commit is contained in:
Dragory 2021-10-05 23:06:12 +03:00
parent 7f4195eb02
commit 9b4c00915f
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
3 changed files with 35 additions and 8 deletions

View file

@ -23,6 +23,7 @@ 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: {
@ -58,6 +59,7 @@ export const BotControlPlugin = zeppelinGlobalPlugin<BotControlPluginType>()({
RateLimitPerformanceCmd,
AddServerFromInviteCmd,
ChannelToServerCmd,
ToggleBlockDetectionCmd,
],
async afterLoad(pluginData) {