mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-06-08 00:05:01 +00:00
feat: update to djs 14.19.3, node 22, zod 4
This commit is contained in:
parent
595e1a0556
commit
09eb8e92f2
189 changed files with 1244 additions and 900 deletions
|
@ -1,5 +1,5 @@
|
|||
import { GlobalPluginBlueprint, GuildPluginBlueprint, Knub } from "knub";
|
||||
import z, { ZodTypeAny } from "zod";
|
||||
import z from "zod/v4";
|
||||
import { zSnowflake } from "./utils.js";
|
||||
|
||||
export const zZeppelinGuildConfig = z.strictObject({
|
||||
|
@ -31,7 +31,7 @@ export type DocsPluginType = "stable" | "legacy" | "internal";
|
|||
|
||||
export interface ZeppelinPluginDocs {
|
||||
type: DocsPluginType;
|
||||
configSchema: ZodTypeAny;
|
||||
configSchema: z.ZodType;
|
||||
|
||||
prettyName?: string;
|
||||
description?: TMarkdown;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue