From 6fa93e3bae136bac5930540c69a7ab9236a02caa Mon Sep 17 00:00:00 2001 From: Emi Tatsuo Date: Sun, 21 Jun 2020 16:26:51 -0400 Subject: [PATCH] Corrected description of WordList to be time-independant --- src/protections/protections.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protections/protections.ts b/src/protections/protections.ts index 612a1b2d..ba81b5db 100644 --- a/src/protections/protections.ts +++ b/src/protections/protections.ts @@ -31,7 +31,7 @@ export const PROTECTIONS: PossibleProtections = { factory: () => new BasicFlooding(), }, [new WordList().name]: { - description: "If a user posts a monitored word within 20 minutes of joining, they " + + description: "If a user posts a monitored word a set amount of time after joining, they " + "will be banned from that room. This will not publish the ban to a ban list.", factory: () => new WordList(), }