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

chore: reorganize plugin docs

This commit is contained in:
Dragory 2024-08-11 02:05:23 +03:00
parent dfdc6566cf
commit 460b65d1df
No known key found for this signature in database
53 changed files with 382 additions and 288 deletions

View file

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