From 72258a1a31afc6f57d8b93d12748fae33c579550 Mon Sep 17 00:00:00 2001 From: Ali Hammoud Date: Thu, 14 Aug 2025 22:09:13 +0300 Subject: [PATCH] fix: handleDeleteMessages return --- src/v2/commands/repel/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/commands/repel/index.ts b/src/v2/commands/repel/index.ts index c7a711a5..478d84c7 100644 --- a/src/v2/commands/repel/index.ts +++ b/src/v2/commands/repel/index.ts @@ -222,11 +222,11 @@ const handleDeleteMessages = async ({ } deletedCount += targetMessages.length; } - return deletedCount; } catch { continue; } } + return deletedCount; }; const logToChannel = async ({