diff options
| -rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] |