Skip to content

Commit

Permalink
fixed wrong vahter id (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Szer authored Jul 22, 2024
1 parent 8c6cd50 commit 2455d50
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 @@ -300,7 +300,7 @@ let totalBan

// add ban record to DB
do! message
|> DbBanned.banMessage message.From.Id
|> DbBanned.banMessage vahter.id
|> DB.banUser

// log both to logger and to logs channel
Expand Down

0 comments on commit 2455d50

Please sign in to comment.