From 17a790b6d98b550dd2433de20d482ef5ea59006a Mon Sep 17 00:00:00 2001 From: Ajay Date: Thu, 28 Jul 2022 13:00:58 -0400 Subject: [PATCH] More accurate spam number --- src/utils/permissions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/permissions.ts b/src/utils/permissions.ts index 2227cda..11622ba 100644 --- a/src/utils/permissions.ts +++ b/src/utils/permissions.ts @@ -23,7 +23,7 @@ export async function canSubmit(userID: HashedUserID, category: Category): Promi canSubmit: (await isUserVIP(userID)) || (await getReputation(userID)) > config.minReputationToSubmitFiller || (await hasFeature(userID, Feature.FillerSubmitter)), - reason: "Someone is submitting over 180,000 spam filler submissions and refuses to stop even after talking with them, so we have to restrict it for now. You can request submission access on chat.sponsor.ajay.app, discord.gg/SponsorBlock or matrix.to/#/#sponsor:ajay.app" + reason: "Someone has submitted over 1.9 million spam filler submissions and refuses to stop even after talking with them, so we have to restrict it for now. You can request submission access on chat.sponsor.ajay.app, discord.gg/SponsorBlock or matrix.to/#/#sponsor:ajay.app" }; }