mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-08 12:37:00 +03:00
Changed VIP to moderator in no segments error
This commit is contained in:
committed by
GitHub
parent
138f843f5d
commit
7c0bc9afd3
@@ -296,7 +296,7 @@ module.exports = async function postSkipSegments(req, res) {
|
||||
logger.warn("Caught a no-segment submission. userID: '" + userID + "', videoID: '" + videoID + "', category: '" + segments[i].category + "'");
|
||||
res.status(403).send(
|
||||
"Request rejected by auto moderator: New submissions are not allowed for the following category: '"
|
||||
+ segments[i].category + "'. A VIP has decided that no new segments are needed and that all current segments of this category are timed perfectly. "
|
||||
+ segments[i].category + "'. A moderator has decided that no new segments are needed and that all current segments of this category are timed perfectly. "
|
||||
+ "If you believe this is incorrect, please contact someone on Discord."
|
||||
);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user