diff --git a/src/types/embeds/embed.ts b/src/types/embeds/embed.ts index a2ff50f33..5f63bf982 100644 --- a/src/types/embeds/embed.ts +++ b/src/types/embeds/embed.ts @@ -19,7 +19,7 @@ export interface Embed { /** Timestamp of embed content */ timestamp?: string; /** Color code of the embed */ - color?: string; + color?: number; /** Footer information */ footer?: EmbedFooter; /** Image information */