From 8a35664ae630e960bf44f01497100e318231effb Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Sun, 3 Sep 2023 15:48:55 -0400 Subject: [fb] remove provider obj, add color --- src/api/util/utility/EmbedHandlers.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/api/util/utility/EmbedHandlers.ts b/src/api/util/utility/EmbedHandlers.ts index 430ca4aa..ab953613 100644 --- a/src/api/util/utility/EmbedHandlers.ts +++ b/src/api/util/utility/EmbedHandlers.ts @@ -238,9 +238,7 @@ export const EmbedHandlers: { title: metas.title, description: metas.description, thumbnail: makeEmbedImage(metas.image, 640, 640), - provider: { - name: "Facebook", - }, + color: 16777215, }; }, -- cgit 1.4.1