3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-14 21:31:50 +00:00

feat: add icon_url to the author in embeds

This commit is contained in:
Rei Star 2025-02-16 15:45:09 +04:00
parent eb5fda8d19
commit 73d7251172
No known key found for this signature in database

View file

@ -262,6 +262,7 @@ export const zEmbedInput = z.object({
z.object({
name: z.string(),
url: z.string().optional(),
icon_url: z.string().optional(),
width: z.number().optional(),
height: z.number().optional(),
}),