Add !list_dashboard_users
This commit is contained in:
parent
5f5113ee84
commit
1a5fe949af
2 changed files with 39 additions and 0 deletions
|
@ -15,6 +15,7 @@ import { AddDashboardUserCmd } from "./commands/AddDashboardUserCmd";
|
|||
import { RemoveDashboardUserCmd } from "./commands/RemoveDashboardUserCmd";
|
||||
import { Configs } from "../../data/Configs";
|
||||
import { ApiPermissionAssignments } from "../../data/ApiPermissionAssignments";
|
||||
import { ListDashboardUsersCmd } from "./commands/ListDashboardUsersCmd";
|
||||
|
||||
const defaultOptions = {
|
||||
config: {
|
||||
|
@ -37,6 +38,7 @@ export const BotControlPlugin = zeppelinGlobalPlugin<BotControlPluginType>()("bo
|
|||
DisallowServerCmd,
|
||||
AddDashboardUserCmd,
|
||||
RemoveDashboardUserCmd,
|
||||
ListDashboardUsersCmd,
|
||||
],
|
||||
|
||||
onLoad(pluginData) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue