diff --git a/src/utils/types.ts b/src/utils/types.ts index 8d2312c..742437d 100644 --- a/src/utils/types.ts +++ b/src/utils/types.ts @@ -52,7 +52,7 @@ export interface IRequestOptions { export interface IApiCreateMessage { content?: string; tts?: boolean; - embeds?: IMessageEmbed; + embeds?: IMessageEmbed[]; allowed_mentions: { roles?: string[]; users?: string[];