diff options
author | Puyodead1 <puyodead@proton.me> | 2023-09-03 15:48:55 -0400 |
---|---|---|
committer | Puyodead1 <puyodead@proton.me> | 2023-09-03 15:48:55 -0400 |
commit | 8a35664ae630e960bf44f01497100e318231effb (patch) | |
tree | 0406b0615e10ba9b1416466aef0231d5fdd1393b /src | |
parent | add facebook, and add steam fields (diff) | |
download | server-8a35664ae630e960bf44f01497100e318231effb.tar.xz |
[fb] remove provider obj, add color
Diffstat (limited to 'src')
-rw-r--r-- | src/api/util/utility/EmbedHandlers.ts | 4 |
1 files changed, 1 insertions, 3 deletions
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, }; }, |