Skip to content

Commit

Permalink
embeds is now an actual array of EmbedOptions
Browse files Browse the repository at this point in the history
Co-Authored-By: Reinhardt <notmarx.tech@gmail.com>
  • Loading branch information
JustCat80 and reinacchi committed Jul 24, 2021
1 parent f920556 commit 640dd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ declare namespace Eris {
type InteractionContent = {
allowedMentions?: AllowedMentions;
content?: string;
embeds?: EmbedOptions;
embeds?: EmbedOptions[];
flags?: number;
tts?: boolean;
};
Expand Down

0 comments on commit 640dd05

Please sign in to comment.