diff --git a/src/protections/WordList.ts b/src/protections/WordList.ts index ec875b1..b3cfb70 100644 --- a/src/protections/WordList.ts +++ b/src/protections/WordList.ts @@ -57,7 +57,8 @@ describeProtection({ name: "WordListProtection", 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.", + will be banned from that room. This will not publish the ban to a ban list.\ + This protection only targets recently joined users.", capabilityInterfaces: { userConsequences: "UserConsequences", eventConsequences: "EventConsequences",