mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-14 22:05:01 +00:00
refactor: consolidate pluginInfo internal/legacy fields
This commit is contained in:
parent
8a4f7fe0e8
commit
dfdc6566cf
41 changed files with 46 additions and 51 deletions
|
@ -3,7 +3,7 @@ import { zCountersConfig } from "./types.js";
|
|||
|
||||
export const countersPluginInfo: ZeppelinPluginInfo = {
|
||||
prettyName: "Counters",
|
||||
showInDocs: true,
|
||||
type: "stable",
|
||||
description:
|
||||
"Keep track of per-user, per-channel, or global numbers and trigger specific actions based on this number",
|
||||
configurationGuide: "See <a href='/docs/setup-guides/counters'>Counters setup guide</a>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue