diff --git a/discord-api-docs b/discord-api-docs index 8d9f1fb..b86c029 160000 --- a/discord-api-docs +++ b/discord-api-docs @@ -1 +1 @@ -Subproject commit 8d9f1fb17458f7372c1a2c6b029e397483c8be2f +Subproject commit b86c0295c77ac97e46457684be3d8b20fa344799 diff --git a/src/types.ts b/src/types.ts index 0bfe415..1bf8e04 100644 --- a/src/types.ts +++ b/src/types.ts @@ -2614,7 +2614,7 @@ export interface Embed { readonly provider?: EmbedProvider /** author information */ readonly author?: EmbedAuthor - /** fields information */ + /** fields information, max of 25 */ readonly fields?: Array } export interface EmbedAuthor {