From 37e5ae221ca62c819927dc93543adf35bb1d6c9e Mon Sep 17 00:00:00 2001 From: insert Date: Mon, 23 Aug 2021 11:51:03 +0000 Subject: [PATCH] Update January.ts --- types/January.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)