summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-09-03 15:48:55 -0400
committerPuyodead1 <puyodead@proton.me>2023-09-03 15:48:55 -0400
commit8a35664ae630e960bf44f01497100e318231effb (patch)
tree0406b0615e10ba9b1416466aef0231d5fdd1393b /src
parentadd facebook, and add steam fields (diff)
downloadserver-8a35664ae630e960bf44f01497100e318231effb.tar.xz
[fb] remove provider obj, add color
Diffstat (limited to 'src')
-rw-r--r--src/api/util/utility/EmbedHandlers.ts4
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, }; },