From 7dcdc883e47cd6ad51c8ded2a508df50c2df6630 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Fri, 25 Sep 2020 16:57:24 -0400 Subject: [PATCH] Fix no segments error message typo --- src/routes/postSkipSegments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/postSkipSegments.js b/src/routes/postSkipSegments.js index e8341ee..e47bb09 100644 --- a/src/routes/postSkipSegments.js +++ b/src/routes/postSkipSegments.js @@ -298,7 +298,7 @@ module.exports = async function postSkipSegments(req, res) { "Request rejected by auto moderator: New submissions are not allowed for the following category: '" + 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 enabled in the options.\n\n " : "") + "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." ); return;