From daa2015f7dbe2181d2679d97b722b6c269a0a96b Mon Sep 17 00:00:00 2001 From: huker667 Date: Mon, 10 Aug 2026 12:47:06 +0300 Subject: опросы ниггер лист MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.py') diff --git a/main.py b/main.py index bad8776..290525e 100644 --- a/main.py +++ b/main.py @@ -436,7 +436,7 @@ async def guest_middleware(handler, event, data): document=file ) - if POLLS: + if POLLS and not message.chat.id in POLLS_BL: try: if ":" in result and ("poll" in result or "quiz" in result): pw = ["[poll]", "poll", "quiz"] -- cgit v1.3.1