mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
fix: embed validation
This commit is contained in:
parent
feeb048855
commit
49df2609d8
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ export const zEmbedInput = z.object({
|
|||
title: z.string().optional(),
|
||||
description: z.string().optional(),
|
||||
url: z.string().optional(),
|
||||
timestamp: z.number().optional(),
|
||||
timestamp: z.string().optional(),
|
||||
color: z.number().optional(),
|
||||
|
||||
footer: z.optional(
|
||||
|
|
Loading…
Add table
Reference in a new issue