Skip to content

Commit

Permalink
update api types
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Jan 7, 2024
1 parent 9af428d commit 12c7c5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion discord-api-docs
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<EmbedField>
}
export interface EmbedAuthor {
Expand Down

0 comments on commit 12c7c5a

Please sign in to comment.