Fix webhook newlines

This commit is contained in:
Ajay
2025-04-21 11:15:30 -04:00
parent 707b36d161
commit 7e681d2cd5
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ export async function postBranding(req: Request, res: Response) {
"title": userID,
"url": `https://www.youtube.com/watch?v=${videoID}`,
"description": `**User Agent**: ${userAgent}\
\n\n**Real User Agent**: ${req.headers["user-agent"]}\
\n**Real User Agent**: ${req.headers["user-agent"]}\
\n**Video Duration**: ${videoDuration}`,
"color": 10813440,
"thumbnail": {