Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
th0mk committed Jan 20, 2025
1 parent 582a81c commit 2934ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FMBot.Bot/TextCommands/AdminCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ await ReplyAsync("Enter an username to check\n" +

if (filteredUser.MonthLength is > 3)
{
this._embed.AddField("Repeat offender", $"Yes, has been filtered at least 3 times with 3 weeks in between each filter. This filter plus all future filters will last 6 months.");
this._embed.AddField("Repeat offender", $"Yes, has been filtered at least 3 times with 4 weeks in between each filter. This filter plus all future filters will last 6 months.");
}

isBannedSomewhere = true;
Expand Down

0 comments on commit 2934ec6

Please sign in to comment.