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:
parent
eb5fda8d19
commit
73d7251172
1 changed files with 1 additions and 0 deletions
|
@ -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(),
|
||||
}),
|
||||
|
|
Loading…
Add table
Reference in a new issue