Fixes for multiple handlers

This commit is contained in:
2021-12-25 20:08:40 +04:00
parent e1c404c660
commit 1b3a4786bf
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ namespace Kruzya.TelegramBot.CombotAntiSpam
if (canKickMembers)
{
await Bot.KickChatMemberAsync(Chat, member.Id);
await Bot.BanChatMemberAsync(Chat, member.Id);
}
}
}