3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-14 22:05:01 +00:00

feat: add missing info.configSchemas

This commit is contained in:
Dragory 2024-05-19 10:46:43 +00:00
parent db52c61df4
commit 3b0a0b311d
No known key found for this signature in database
19 changed files with 46 additions and 0 deletions

View file

@ -1,10 +1,12 @@
import { ZeppelinPluginInfo } from "../../types.js";
import { trimPluginDescription } from "../../utils.js";
import { zCensorConfig } from "./types.js";
export const censorPluginInfo: ZeppelinPluginInfo = {
showInDocs: true,
legacy: true,
prettyName: "Censor",
configSchema: zCensorConfig,
description: trimPluginDescription(`
Censor words, tokens, links, regex, etc.
For more advanced filtering, check out the Automod plugin!