diff --git a/types/January.ts b/types/January.ts index 1ec0601..5198393 100644 --- a/types/January.ts +++ b/types/January.ts @@ -59,7 +59,7 @@ export type Embed = ( icon_url?: string - color?: string + colour?: string } | ({ type: 'Image' } & EmbedImage)