Skip to content

Commit adb8864

Browse files
authored
BasicFlooding.ts: fix search & replace fail (#762)
It probably didn't mean what it said
1 parent 4ca8d23 commit adb8864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protections/BasicFlooding.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ describeProtection<
6868
name: "BasicFloodingProtection",
6969
description: `If a user posts more than ${DEFAULT_MAX_PER_MINUTE} messages in 60s they'll be
7070
banned for spam. This does not publish the ban to any of your ban lists.
71-
This is a legacy protection from Draupnir and contains bugs.`,
71+
This is a legacy protection from Mjolnir and contains bugs.`,
7272
capabilityInterfaces: {
7373
userConsequences: "UserConsequences",
7474
eventConsequences: "EventConsequences",

0 commit comments

Comments
 (0)