mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-31 13:15:02 +00:00
feat: add 'exclusive' option for role buttons; add documentation for role buttons; mark reaction roles as legacy
This commit is contained in:
parent
5f9af82943
commit
b60c7a3d82
8 changed files with 144 additions and 20 deletions
|
@ -36,6 +36,7 @@ export const ReactionRolesPlugin = zeppelinGuildPlugin<ReactionRolesPluginType>(
|
|||
showInDocs: true,
|
||||
info: {
|
||||
prettyName: "Reaction roles",
|
||||
legacy: "Consider using the [Role buttons](/docs/plugins/role_buttons) plugin instead.",
|
||||
},
|
||||
|
||||
dependencies: () => [LogsPlugin],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue