mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-06-08 00:05:01 +00:00
Merge branch 'master' of github.com:ZeppelinBot/Zeppelin into feat/application-commands
This commit is contained in:
commit
0be54912c4
164 changed files with 22402 additions and 25686 deletions
|
@ -1,5 +1,5 @@
|
|||
import { Knub } from "knub";
|
||||
import z from "zod";
|
||||
import z, { ZodTypeAny } from "zod";
|
||||
import { zSnowflake } from "./utils";
|
||||
|
||||
export const zZeppelinGuildConfig = z.strictObject({
|
||||
|
@ -17,11 +17,13 @@ export type TZeppelinKnub = Knub;
|
|||
export type TMarkdown = string;
|
||||
|
||||
export interface ZeppelinPluginInfo {
|
||||
showInDocs: boolean;
|
||||
prettyName: string;
|
||||
description?: TMarkdown;
|
||||
usageGuide?: TMarkdown;
|
||||
configurationGuide?: TMarkdown;
|
||||
legacy?: boolean;
|
||||
configSchema?: ZodTypeAny;
|
||||
}
|
||||
|
||||
export interface CommandInfo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue