mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-06-07 16:05:01 +00:00
9 lines
372 B
TypeScript
9 lines
372 B
TypeScript
import { ZeppelinPluginDocs } from "../../types.js";
|
|
import { zReactionRolesConfig } from "./types.js";
|
|
|
|
export const reactionRolesPluginDocs: ZeppelinPluginDocs = {
|
|
prettyName: "Reaction roles",
|
|
description: "Consider using the [Role buttons](https://zeppelin.gg/docs/plugins/role_buttons) plugin instead.",
|
|
type: "legacy",
|
|
configSchema: zReactionRolesConfig,
|
|
};
|