diff --git a/typings/index.d.ts b/typings/index.d.ts index b2d6850b..8df936fa 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -139,7 +139,7 @@ export interface GiveawayMessages { export interface MessageObject { content?: string; embed?: JSONEncodable | APIEmbed; - components: ( + components?: ( | JSONEncodable> | APIActionRowComponent )[];