feat: update knub; use base Knub types for plugins
This commit is contained in:
parent
4597b83cda
commit
c2ae6d53d8
90 changed files with 713 additions and 607 deletions
11
backend/src/plugins/Counters/info.ts
Normal file
11
backend/src/plugins/Counters/info.ts
Normal file
|
@ -0,0 +1,11 @@
|
|||
import { ZeppelinPluginInfo } from "../../types";
|
||||
import { zCountersConfig } from "./types";
|
||||
|
||||
export const countersPluginInfo: ZeppelinPluginInfo = {
|
||||
prettyName: "Counters",
|
||||
showInDocs: true,
|
||||
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>",
|
||||
configSchema: zCountersConfig,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue