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(), }