mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-16 22:55:03 +00:00
8 lines
253 B
TypeScript
8 lines
253 B
TypeScript
import { ZeppelinPluginInfo } from "../../types";
|
|
import { zPingableRolesConfig } from "./types";
|
|
|
|
export const pingableRolesPluginInfo: ZeppelinPluginInfo = {
|
|
prettyName: "Pingable roles",
|
|
configSchema: zPingableRolesConfig,
|
|
showInDocs: true,
|
|
};
|