mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-07 12:07:07 +03:00
Double quote
This commit is contained in:
committed by
GitHub
parent
9c01b711a5
commit
7ef6452eb5
@@ -384,7 +384,7 @@ async function sendWebhooks(videoID: VideoID, UUID: BrandingUUID, voteType: Bran
|
|||||||
"embeds": [{
|
"embeds": [{
|
||||||
"title": data?.title,
|
"title": data?.title,
|
||||||
"url": `https://www.youtube.com/watch?v=${videoID}`,
|
"url": `https://www.youtube.com/watch?v=${videoID}`,
|
||||||
"description": `Locked title ${vipAction ? 'was removed by a VIP' : `with **${currentSubmission.score}** score received a downvote`}\
|
"description": `Locked title ${vipAction ? "was removed by a VIP" : `with **${currentSubmission.score}** score received a downvote`}\
|
||||||
\n\n**Locked title:** ${currentSubmission.title}\
|
\n\n**Locked title:** ${currentSubmission.title}\
|
||||||
\n**Submitted by:** ${usernameRow?.userName ?? ""}\n${currentSubmission.userID}`,
|
\n**Submitted by:** ${usernameRow?.userName ?? ""}\n${currentSubmission.userID}`,
|
||||||
"color": 10813440,
|
"color": 10813440,
|
||||||
|
|||||||
Reference in New Issue
Block a user