aboutsummaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorhuker667 <huker@tuta.io>2026-08-06 08:34:20 +0300
committerhuker667 <huker@tuta.io>2026-08-06 08:34:20 +0300
commitca0f5bf3deed8bbc82a79834a9419233b559ce14 (patch)
tree378c21903ed53fecef0046a544431439901fbd80 /main.py
parent0fba850cc4b610a6967043130171a2c2e823a0bd (diff)
downloaduzbekgpt-ca0f5bf3deed8bbc82a79834a9419233b559ce14.tar.gz
uzbekgpt-ca0f5bf3deed8bbc82a79834a9419233b559ce14.tar.bz2
uzbekgpt-ca0f5bf3deed8bbc82a79834a9419233b559ce14.zip
фикс отклика
Diffstat (limited to 'main.py')
-rw-r--r--main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.py b/main.py
index 1e6937a..0a3ab08 100644
--- a/main.py
+++ b/main.py
@@ -810,6 +810,7 @@ async def main():
await bot.delete_webhook(drop_pending_updates=True)
await dp.start_polling(
bot,
+ skip_updates=True,
allowed_updates = [
"message",
"callback_query",