mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 04:25:01 +00:00
10 lines
384 B
TypeScript
10 lines
384 B
TypeScript
import { ZeppelinPluginInfo } from "../../types";
|
|
import { zReactionRolesConfig } from "./types";
|
|
|
|
export const reactionRolesPluginInfo: ZeppelinPluginInfo = {
|
|
prettyName: "Reaction roles",
|
|
description: "Consider using the [Role buttons](https://zeppelin.gg/docs/plugins/role_buttons) plugin instead.",
|
|
legacy: true,
|
|
configSchema: zReactionRolesConfig,
|
|
showInDocs: true,
|
|
};
|