From f703f8de0a187fc4052dcaaa90bf52ac52ae9a0f Mon Sep 17 00:00:00 2001 From: Ayrat Hudaygulov Date: Tue, 23 Jul 2024 00:11:35 +0100 Subject: [PATCH] fixed wrong vahter id --- src/VahterBanBot/Bot.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VahterBanBot/Bot.fs b/src/VahterBanBot/Bot.fs index 7260240..e3c7a6f 100644 --- a/src/VahterBanBot/Bot.fs +++ b/src/VahterBanBot/Bot.fs @@ -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