1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-10 04:32:35 +01:00

[fb] remove provider obj, add color

This commit is contained in:
Puyodead1 2023-09-03 15:48:55 -04:00
parent 1612832fc4
commit 8a35664ae6
No known key found for this signature in database
GPG Key ID: A4FA4FEC0DD353FC

View File

@ -238,9 +238,7 @@ export const EmbedHandlers: {
title: metas.title,
description: metas.description,
thumbnail: makeEmbedImage(metas.image, 640, 640),
provider: {
name: "Facebook",
},
color: 16777215,
};
},