mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
Automod reply action embed fix
This commit is contained in:
parent
f6feb75e29
commit
2e49319e9c
2 changed files with 4 additions and 1 deletions
|
@ -409,6 +409,7 @@ export const tStrictMessageContent = t.type({
|
|||
content: tNullable(t.string),
|
||||
tts: tNullable(t.boolean),
|
||||
disableEveryone: tNullable(t.boolean),
|
||||
embed: tNullable(tEmbed),
|
||||
embeds: tNullable(t.array(tEmbed)),
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue