From 6130ac81501684adca3aaea82ad59958cc2ba8a3 Mon Sep 17 00:00:00 2001 From: Ajay Date: Mon, 21 Apr 2025 11:20:08 -0400 Subject: [PATCH] Change color for dearrow webhook --- src/routes/postBranding.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/postBranding.ts b/src/routes/postBranding.ts index 88acbdf..0c0c8ae 100644 --- a/src/routes/postBranding.ts +++ b/src/routes/postBranding.ts @@ -72,7 +72,7 @@ export async function postBranding(req: Request, res: Response) { "description": `**User Agent**: ${userAgent}\ \n**Real User Agent**: ${req.headers["user-agent"]}\ \n**Video Duration**: ${videoDuration}`, - "color": 10813440, + "color": 1184701, "thumbnail": { "url": getMaxResThumbnail(videoID), },