aboutsummaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py2
1 files changed, 1 insertions, 1 deletions
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"]