From c17f0b1e6e21a648a1d508810ec1235535065e7b Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Mon, 29 Mar 2021 18:39:55 -0400 Subject: [PATCH] Add invite link --- src/routes/postSkipSegments.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/postSkipSegments.ts b/src/routes/postSkipSegments.ts index 7738653..0ab6de8 100644 --- a/src/routes/postSkipSegments.ts +++ b/src/routes/postSkipSegments.ts @@ -388,7 +388,7 @@ export async function postSkipSegments(req: Request, res: Response) { + segments[i].category + "'. A moderator has decided that no new segments are needed and that all current segments of this category are timed perfectly.\n\n " + (segments[i].category === "sponsor" ? "Maybe the segment you are submitting is a different category that you have not enabled and is not a sponsor. " + "Categories that aren't sponsor, such as self-promotion can be enabled in the options.\n\n " : "") - + "If you believe this is incorrect, please contact someone on Discord.", + + "If you believe this is incorrect, please contact someone on discord.gg/SponsorBlock or matrix.to/#/+sponsorblock:ajay.app", ); return; }