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:
parent
3e7313d40f
commit
3bc0015dbe
2 changed files with 35 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue