From 2f042b06faa4c5962c6e03a7a8b593e944bfa12e Mon Sep 17 00:00:00 2001 From: huker667 Date: Sun, 5 Jul 2026 17:47:09 +0300 Subject: fix 134o91289042389053 --- helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers.py b/helpers.py index 8618187..e2450f0 100644 --- a/helpers.py +++ b/helpers.py @@ -25,7 +25,7 @@ def is_blocked(user_id): f"подожди {round(10 - time_diff, 3)} секунд, чтобы я закрыл глаза " \ "на это da." elif len(last_command_time[user_id][2]) > 1 and time_diff > 5: - last_command_time = [current_time, False, []] + last_command_time[user_id] = [current_time, False, []] return "", False elif len(last_command_time[user_id][2]) > 1: alo = "🚫 *файл не вошёл.* хватит так быстро слать свои сообщения." -- cgit v1.3.1