From 7beece5aaa295c479ef155ea0c6d13635ceb1559 Mon Sep 17 00:00:00 2001 From: haunter Date: Sun, 26 Apr 2026 12:36:01 +0300 Subject: [PATCH] MJ: break fix --- bot_modules/05_main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bot_modules/05_main.js b/bot_modules/05_main.js index 668f526..a74d776 100644 --- a/bot_modules/05_main.js +++ b/bot_modules/05_main.js @@ -146,4 +146,3 @@ jitterLoop(pollAndExecute, 8000, 18000); }); -})();