Skip to content

Commit

Permalink
Update Bot.fs
Browse files Browse the repository at this point in the history
  • Loading branch information
Szer authored Jun 17, 2024
1 parent 010c079 commit f9afac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VahterBanBot/Bot.fs
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ let justMessage
(message: Message) = task {
let spamScore = if message.Text <> null then calcSpamScore message.Text else 0

if spamScore >= 100 then
if spamScore > 100 then
do! warnSpamDetection botClient botConfig message logger spamScore

use _ =
Expand Down

0 comments on commit f9afac5

Please sign in to comment.