From 4f96c1eb5eae0167c381499a60265fc7378863aa Mon Sep 17 00:00:00 2001 From: vcokltfre Date: Fri, 19 Mar 2021 12:14:34 +0000 Subject: [PATCH] chore: update backend/src/plugins/Starboard/util/createStarboardEmbedFromMessage.ts Co-authored-by: Almeida <42935195+almeidx@users.noreply.github.com> --- .../plugins/Starboard/util/createStarboardEmbedFromMessage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/plugins/Starboard/util/createStarboardEmbedFromMessage.ts b/backend/src/plugins/Starboard/util/createStarboardEmbedFromMessage.ts index 6608838b..8ea900e2 100644 --- a/backend/src/plugins/Starboard/util/createStarboardEmbedFromMessage.ts +++ b/backend/src/plugins/Starboard/util/createStarboardEmbedFromMessage.ts @@ -18,7 +18,7 @@ export function createStarboardEmbedFromMessage(msg: Message, copyFullEmbed: boo }, fields: [], timestamp: new Date(msg.timestamp).toISOString(), - color: color, + color, }; if (msg.author.avatarURL) {