Corrected description of WordList to be time-independant

This commit is contained in:
Emi Tatsuo 2020-06-21 16:26:51 -04:00
parent 1e47be497b
commit 6fa93e3bae
No known key found for this signature in database
GPG Key ID: 68FAB2E2E6DFC98B

View File

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