mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-14 05:45:02 +00:00
debug+++++
This commit is contained in:
parent
7f4195eb02
commit
9b4c00915f
3 changed files with 35 additions and 8 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue