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

Add owner debug command for channel information

This commit is contained in:
Dragory 2021-09-11 20:11:14 +03:00
parent 3e7313d40f
commit 3bc0015dbe
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
2 changed files with 35 additions and 0 deletions

View file

@ -20,6 +20,7 @@ import { ServersCmd } from "./commands/ServersCmd";
import { BotControlPluginType, ConfigSchema } from "./types";
import { PerformanceCmd } from "./commands/PerformanceCmd";
import { AddServerFromInviteCmd } from "./commands/AddServerFromInviteCmd";
import { ChannelToServerCmd } from "./commands/ChannelToServerCmd";
const defaultOptions = {
config: {
@ -52,6 +53,7 @@ export const BotControlPlugin = zeppelinGlobalPlugin<BotControlPluginType>()({
EligibleCmd,
PerformanceCmd,
AddServerFromInviteCmd,
ChannelToServerCmd,
],
async afterLoad(pluginData) {