diff --git a/src/routes/postBranding.ts b/src/routes/postBranding.ts index 5c89fa2..178db6e 100644 --- a/src/routes/postBranding.ts +++ b/src/routes/postBranding.ts @@ -319,7 +319,7 @@ async function sendWebhooks(videoID: VideoID, UUID: BrandingUUID, voteType: Bran WHERE "titles"."UUID" = ?`, [UUID]); - if (wasWarned) { + if (wasWarned && voteType === BrandingVoteType.Upvote) { const data = await getVideoDetails(videoID); axios.post(config.discordDeArrowWarnedWebhookURL, { "embeds": [{